summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-04-20 19:36:25 -0400
committerGitHub <noreply@github.com>2020-04-21 09:36:25 +1000
commit9b644c6d38d8c91518a80a5c4464471fb5875802 (patch)
treeb1885e76a23a820cc00576ce1a3b26bcbe6ae023 /netdata-installer.sh
parent85d41ad9affb1f55f58fb1c3e35fe848db1f0c54 (diff)
Added JSON-C dependency handling to instlal and packaging. (#8776)
* Add JSON-C dependency handling to instlal and packaging. * Update build failure message.
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 4f53045acb..53db0e1a40 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -441,7 +441,12 @@ You may need to check these:
If your system cannot find zlib, although it is installed
run me with the option: --libs-are-really-here
-3. You need basic build tools installed, like:
+3. The pacakge json-c-dev (or json-c-devel)has to be installed.
+
+ If your system cannot find json-c, although it is installed
+ run me with the option: --libs-are-really-here
+
+4. You need basic build tools installed, like:
gcc make autoconf automake pkg-config