File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ sudo apt-get install python3.7-venv python3.7-dev python3-pip git -y
6161git clone https://github.com/Chia-Network/chia-blockchain.git
6262cd 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+
6467sh install.sh
6568. ./activate
6669```
@@ -69,14 +72,14 @@ sh install.sh
6972
7073``` bash
7174sudo 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
8184git clone https://github.com/Chia-Network/chia-blockchain.git
8285cd 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
9295sudo yum update
You can’t perform that action at this time.
0 commit comments