Skip to content

Commit

Permalink
install-timelord needs build-essential on spartan machines
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Oct 1, 2020
1 parent 486913b commit b25ef87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-timelord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b25ef87

Please sign in to comment.