Skip to content

Commit 7e8f2bc

Browse files
committed
Ubuntu still needs cmake bc blspy
1 parent 5da120a commit 7e8f2bc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

INSTALL.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ sudo apt install software-properties-common -y
2828
sudo add-apt-repository ppa:deadsnakes/ppa -y
2929
```
3030

31-
Install dependencies for all Ubuntu.
31+
Install dependencies for Ubuntu 18.04 from above or Ubuntu 19.x or higher.
3232
```bash
3333
sudo apt-get update
34-
sudo apt-get install python3.7-venv python3.7-dev -y
35-
sudo apt-get install build-essential git cmake libgmp3-dev libssl-dev libboost-all-dev -y
34+
sudo apt-get install python3.7-venv python3.7-dev python3-pip git -y
3635

3736
git clone https://github.com/Chia-Network/chia-blockchain.git
3837
cd chia-blockchain

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set -e
22

33
if [ `uname` = "Linux" ] && type apt-get; then
44
# Debian/Ubuntu
5-
sudo apt-get install -y npm python3-dev
5+
sudo apt-get install -y npm python3-dev cmake
66
fi
77

88
# this fancy syntax sets INSTALL_PYTHON_PATH to "python3.7" unless INSTALL_PYTHON_VERSION is defined

0 commit comments

Comments
 (0)