Skip to content

Commit c28b312

Browse files
committed
AMZN 2 install
1 parent 65af6ce commit c28b312

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

INSTALL.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ sudo apt-get install python3.7-venv python3.7-dev python3-pip git -y
6161
git clone https://github.com/Chia-Network/chia-blockchain.git
6262
cd chia-blockchain
6363

64+
# You will need to download the Windows native Wallet
65+
# and start chia-websocket-server in WSL2 instead of chia-wallet-gui
66+
6467
sh install.sh
6568
. ./activate
6669
```
@@ -69,14 +72,14 @@ sh install.sh
6972

7073
```bash
7174
sudo yum update
72-
sudo yum install gcc-c++ cmake3 wget git openssl openssl-devel
73-
sudo yum install python3 python3-devel libffi-devel gmp-devel
75+
sudo yum install python3 python3-devel git
7476

75-
sudo amazon-linux-extras install epel
76-
sudo yum install mpfr-devel
77+
# Install npm and node
78+
curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
79+
sudo yum install nodejs
7780

78-
# CMake - add a symlink for cmake3 - required by blspy
79-
sudo ln -s /usr/bin/cmake3 /usr/local/bin/cmake
81+
# uPnP and setproctitle require compiling
82+
sudo yum install gcc
8083

8184
git clone https://github.com/Chia-Network/chia-blockchain.git
8285
cd chia-blockchain
@@ -86,7 +89,7 @@ sh install.sh
8689
. ./activate
8790
```
8891

89-
### CentOS 7
92+
### CentOS 7.7 or newer
9093

9194
```bash
9295
sudo yum update

0 commit comments

Comments
 (0)