Skip to content

Commit 035a8df

Browse files
authored
Merge pull request #78 from Chia-Network/install-tests-1.3
Update install for Ubuntu, CentOS, Amzn
2 parents cf93472 + 13413c8 commit 035a8df

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For alpha testnet most should only install harvesters, farmers, plotter and full
1313

1414
```bash
1515
sudo apt-get update
16-
sudo apt-get install build-essential git cmake libssl-dev libffi-dev libgmp3-dev --no-install-recommends
16+
sudo apt-get install build-essential git cmake libgmp3-dev --no-install-recommends
1717
sudo apt-get install python3-dev python3-venv --no-install-recommends
1818

1919
git clone https://github.com/Chia-Network/chia-blockchain.git
@@ -27,8 +27,8 @@ sh install.sh
2727

2828
```bash
2929
sudo yum update
30-
sudo yum install gcc-c++ cmake3 wget git openssl openssl-devel gmp-devel
31-
sudo yum install python3 python3-devel libffi-devel
30+
sudo yum install gcc-c++ cmake3 wget git openssl openssl-devel
31+
sudo yum install python3 python3-devel libffi-devel gmp-devel
3232

3333
# CMake - add a symlink for cmake3 - required by blspy
3434
sudo ln -s /usr/bin/cmake3 /usr/local/bin/cmake
@@ -46,7 +46,8 @@ sh install.sh
4646
sudo yum update
4747
sudo yum install centos-release-scl-rh epel-release
4848
sudo yum install devtoolset-8-toolchain cmake3 libffi-devel
49-
sudo yum install wget git openssl openssl-devel gmp-devel
49+
sudo yum install gmp-devel libsqlite3x-devel
50+
sudo yum install wget git openssl openssl-devel
5051

5152
# CMake - add a symlink for cmake3 - required by blspy
5253
sudo ln -s /usr/bin/cmake3 /usr/local/bin/cmake
@@ -140,7 +141,7 @@ sh install_timelord.sh
140141
#Only for Amazon Linux 2
141142
sudo amazon-linux-extras install epel
142143

143-
sudo yum install gmp-devel mpfr-devel
144+
sudo yum install mpfr-devel
144145

145146
# Install Boost 1.72.0
146147
wget https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz

0 commit comments

Comments
 (0)