From b25ef87e607ea6b4c2229fd2f401587afc08072d Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Mon, 21 Sep 2020 23:08:26 -0700 Subject: [PATCH] install-timelord needs build-essential on spartan machines --- install-timelord.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-timelord.sh b/install-timelord.sh index d559099d..1d7801bb 100644 --- a/install-timelord.sh +++ b/install-timelord.sh @@ -52,8 +52,8 @@ else # If Ubuntu version is older than 20.04LTS then upgrade CMake ubuntu_cmake_install # Install remaining needed development tools - assumes venv and prior run of install.sh - echo apt-get install libgmp-dev libboost-python-dev lib"$PYTHON_VERSION"-dev libboost-system-dev -y - sudo apt-get install libgmp-dev libboost-python-dev lib"$PYTHON_VERSION"-dev libboost-system-dev -y + echo apt-get install libgmp-dev libboost-python-dev lib"$PYTHON_VERSION"-dev libboost-system-dev build-essential -y + sudo apt-get install libgmp-dev libboost-python-dev lib"$PYTHON_VERSION"-dev libboost-system-dev build-essential -y echo venv/bin/python -m pip install --force --no-binary chiavdf "$CHIAVDF_VERSION" venv/bin/python -m pip install --force --no-binary chiavdf "$CHIAVDF_VERSION" symlink_vdf_bench "$PYTHON_VERSION"