]> arthur.barton.de Git - netdata.git/commitdiff
info about uuid-dev
authorCosta Tsaousis <costa@tsaousis.gr>
Wed, 11 May 2016 18:19:32 +0000 (21:19 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Wed, 11 May 2016 18:19:32 +0000 (21:19 +0300)
netdata-installer.sh

index 2125fd4fcb4e0d15edd5e33c87a3ffeba7198c3f..3154247306a515107f5bb1771c9761b64974f0f6 100755 (executable)
@@ -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: