Skip to content

Commit

Permalink
Update install-timelord.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Apr 6, 2022
1 parent 16e8c8b commit cba3250
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 @@ -63,8 +63,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 build-essential -y
sudo apt-get install libgmp-dev libboost-python-dev lib"$PYTHON_VERSION"-dev libboost-system-dev build-essential -y
echo apt-get install libgmp-dev libboost-python-dev libboost-system-dev build-essential -y
sudo apt-get install libgmp-dev libboost-python-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 cba3250

Please sign in to comment.