We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60a68c commit 31b4dc6Copy full SHA for 31b4dc6
scripts/install_linux_deps.sh
@@ -5,7 +5,7 @@ set -e
5
DISTRIB=$ID
6
7
ARCH_DEPS="boost boost-libs expect jq autoconf shellcheck sqlite python-virtualenv"
8
-UBUNTU_DEPS="libboost-math-dev expect jq autoconf shellcheck sqlite3 python3-venv"
+UBUNTU_DEPS="libboost-math-dev expect jq autoconf shellcheck sqlite3 python3-venv make"
9
FEDORA_DEPS="boost-devel expect jq autoconf ShellCheck sqlite python-virtualenv"
10
11
if [ "${DISTRIB}" = "arch" ]; then
0 commit comments