From a6f552691d305837221c71a449876d865ef2ab50 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 19:30:22 +0800 Subject: [PATCH] Update freebsd.sh --- scripts/install/freebsd.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install/freebsd.sh b/scripts/install/freebsd.sh index 20cf29bb5..ff395ede2 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -10,6 +10,12 @@ pip3 install --upgrade setuptools pkg install -y lsof pkg install -y sqlite3 +pkg install -y gcc +pkg install -y autoconf +pkg install -y make cmake + + +pkg install -y libsqlite3-devel pkg autoremove -y