mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 22:52:30 +00:00
Remove help text that no longer applies. (#16805)
This commit is contained in:
parent
10de8e0810
commit
064e2cba8d
1 changed files with 0 additions and 32 deletions
|
@ -195,7 +195,6 @@ usage() {
|
|||
netdata_banner
|
||||
progress "installer command line options"
|
||||
cat << HEREDOC
|
||||
|
||||
USAGE: ${PROGRAM} [options]
|
||||
where options include:
|
||||
|
||||
|
@ -244,37 +243,6 @@ USAGE: ${PROGRAM} [options]
|
|||
--skip-available-ram-check Skip checking the amount of RAM the system has and pretend it has enough to build safely.
|
||||
--disable-logsmanagement Disable the logs management plugin. Default: autodetect.
|
||||
--enable-logsmanagement-tests Enable the logs management tests. Default: disabled.
|
||||
|
||||
Netdata will by default be compiled with gcc optimization -O2
|
||||
If you need to pass different CFLAGS, use something like this:
|
||||
|
||||
CFLAGS="<gcc options>" ${PROGRAM} [options]
|
||||
|
||||
If you also need to provide different LDFLAGS, use something like this:
|
||||
|
||||
LDFLAGS="<extra ldflag options>" ${PROGRAM} [options]
|
||||
|
||||
or use the following if both LDFLAGS and CFLAGS need to be overridden:
|
||||
|
||||
CFLAGS="<gcc options>" LDFLAGS="<extra ld options>" ${PROGRAM} [options]
|
||||
|
||||
For the installer to complete successfully, you will need these packages installed:
|
||||
|
||||
gcc
|
||||
make
|
||||
autoconf
|
||||
automake
|
||||
pkg-config
|
||||
zlib1g-dev (or zlib-devel)
|
||||
uuid-dev (or libuuid-devel)
|
||||
|
||||
For the plugins, you will at least need:
|
||||
|
||||
curl
|
||||
bash (v4+)
|
||||
python (v2 or v3)
|
||||
node.js
|
||||
|
||||
HEREDOC
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue