Remove help text that no longer applies. (#16805)
vkalintiris committed
Jan 17, 2024 at 19:09 UTC
064e2cba8d30fef42a35f070b849336b9ab0228a
1 file changed
-32
netdata-installer.sh
-32
@@ -195,7 +195,6 @@ usage() {
195
netdata_banner
196
progress "installer command line options"
197
cat << HEREDOC
198
-
198
USAGE: ${PROGRAM} [options]
199
where options include:
200
@@ -244,37 +243,6 @@ USAGE: ${PROGRAM} [options]
243
--skip-available-ram-check Skip checking the amount of RAM the system has and pretend it has enough to build safely.
244
--disable-logsmanagement Disable the logs management plugin. Default: autodetect.
245
--enable-logsmanagement-tests Enable the logs management tests. Default: disabled.
247
-
248
-Netdata will by default be compiled with gcc optimization -O2
249
-If you need to pass different CFLAGS, use something like this:
250
-
251
- CFLAGS="<gcc options>" ${PROGRAM} [options]
252
-
253
-If you also need to provide different LDFLAGS, use something like this:
254
-
255
- LDFLAGS="<extra ldflag options>" ${PROGRAM} [options]
256
-
257
-or use the following if both LDFLAGS and CFLAGS need to be overridden:
258
-
259
- CFLAGS="<gcc options>" LDFLAGS="<extra ld options>" ${PROGRAM} [options]
260
-
261
-For the installer to complete successfully, you will need these packages installed:
262
-
263
- gcc
264
- make
265
- autoconf
266
- automake
267
- pkg-config
268
- zlib1g-dev (or zlib-devel)
269
- uuid-dev (or libuuid-devel)
270
-
271
-For the plugins, you will at least need:
272
-
273
- curl
274
- bash (v4+)
275
- python (v2 or v3)
276
- node.js
277
-
246
HEREDOC
247
}
248