1
0
Fork 0
forked from lthn/blockchain

readme: fixed a typo (credits to @dudebing99)

This commit is contained in:
sowle 2025-02-13 11:54:05 +01:00
parent 05f0458658
commit 664a971c46
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -105,7 +105,7 @@ For instance, by adding the following lines to `~/.bashrc`
1. If you skipped step 6 and did not set the environment variables:
cd zano && mkdir build && cd build
BOOST_ROOT=$HOME/boost_1_70_0 OPENSSL_ROOT_DIR=$HOME/openssl cmake ..
BOOST_ROOT=$HOME/boost_1_84_0 OPENSSL_ROOT_DIR=$HOME/openssl cmake ..
make -j1 daemon simplewallet
2. If you set the variables in step 6: