From dabbaa958752e326e5b464ee1ae1a7bc0752c293 Mon Sep 17 00:00:00 2001 From: zvarnes <39716849+zvarnes@users.noreply.github.com> Date: Tue, 19 May 2020 17:59:08 -0400 Subject: 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! --- packaging/installer/methods/freebsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/installer/methods/freebsd.md b/packaging/installer/methods/freebsd.md index ca1de9fb81..decec89af9 100644 --- a/packaging/installer/methods/freebsd.md +++ b/packaging/installer/methods/freebsd.md @@ -22,7 +22,7 @@ This is how to install the latest Netdata version from source on FreeBSD: ```sh # install required packages -pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c +pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c cmake # download Netdata git clone https://github.com/netdata/netdata.git --depth=100 -- cgit v1.2.3