summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-01-17 19:09:34 +0200
committerGitHub <noreply@github.com>2024-01-17 19:09:34 +0200
commit064e2cba8d30fef42a35f070b849336b9ab0228a (patch)
tree51d891fb2838fa76e9728a2f033b820eefd86af0
parent10de8e0810788f0bf66cf651efab80eb91c85da3 (diff)
Remove help text that no longer applies. (#16805)
-rwxr-xr-xnetdata-installer.sh32
1 files changed, 0 insertions, 32 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 4a6066d1ec..5bbfafebbb 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -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
}