@cryptotaxi247 / netdata-1 / commits / dabbaa958

Include 'cmake' in the list of pkgs installed (#9031)

cmake is requred for websockets to be installed, but it isn't included here. Suggestion to add it!

zvarnes committed May 19, 2020 at 17:59 UTC dabbaa958752e326e5b464ee1ae1a7bc0752c293
1 file changed +1 -1
packaging/installer/methods/freebsd.md
+1 -1
@@ -22,7 +22,7 @@ This is how to install the latest Netdata version from source on FreeBSD:
22
23 ```sh
24 # install required packages
25 -pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c
25 +pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c cmake
26
27 # download Netdata
28 git clone https://github.com/netdata/netdata.git --depth=100