From 2c32eb33ea0c72098606f079b26dc225d69d7531 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Wed, 11 May 2016 21:19:32 +0300 Subject: info about uuid-dev --- netdata-installer.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'netdata-installer.sh') 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: -- cgit v1.2.3