summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-05-11 21:19:32 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-05-11 21:19:32 +0300
commit2c32eb33ea0c72098606f079b26dc225d69d7531 (patch)
tree134570cd2d250ac28b1e609eb98b037c214d6809 /netdata-installer.sh
parent441cdc6ad9cbca7d8c6fd103dc5d0f2c25c24ea5 (diff)
info about uuid-dev
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh13
1 files changed, 7 insertions, 6 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 2125fd4fcb..3154247306 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -66,7 +66,7 @@ If you need to pass different CFLAGS, use something like this:
For the installer to complete successfully, you will need
these packages installed:
- gcc make autoconf automake pkg-config zlib1g-dev
+ gcc make autoconf automake pkg-config zlib1g-dev uuid-dev
For the plugins, you will at least need:
@@ -248,15 +248,16 @@ You many need to check these:
1. The package zlib1g-dev has to be installed.
-2. You need basic build tools installed, like:
+ If your system cannot find ZLIB, although it is installed
+ run me with the option: --zlib-is-really-here
- gcc make autoconf automake pkg-config
+2. The package uuid-dev has to be installed.
- Autoconf version 2.60 or higher is required
+3. You need basic build tools installed, like:
-3. If your system cannot find ZLIB, although it is installed
- run me with the option: --zlib-is-really-here
+ gcc make autoconf automake pkg-config
+ Autoconf version 2.60 or higher is required.
If you still cannot get it to build, ask for help at github: