Skip to content

Commit

Permalink
Update CentOS 7.7 - lib dir
Browse files Browse the repository at this point in the history
Add LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib for CentOS 7.7 install
  • Loading branch information
hoffmang9 authored Feb 19, 2020
1 parent 4e3e0dc commit 248cbbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ tar -zxvf boost_1_72_0.tar.gz
cd boost_1_72_0
./bootstrap.sh --prefix=/usr/local
sudo ./b2 install --prefix=/usr/local --with=all; cd ..
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

cd chia-blockchain

Expand Down Expand Up @@ -279,4 +280,4 @@ You can also use the [HTTP RPC](https://github.com/Chia-Network/chia-blockchain/

```bash
curl -X POST http://localhost:8555/get_blockchain_state
```
```

0 comments on commit 248cbbf

Please sign in to comment.