mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-20 15:10:46 +02:00
Fix incorrect shell quoting in FreeBSD build instructions.
This commit is contained in:
parent
7c32b414b6
commit
c9924a2756
@ -17,7 +17,7 @@ pkg install autoconf automake boost-libs git gmake libevent libtool openssl pkgc
|
|||||||
For the wallet (optional):
|
For the wallet (optional):
|
||||||
```
|
```
|
||||||
./contrib/install_db4.sh `pwd`
|
./contrib/install_db4.sh `pwd`
|
||||||
export BDB_PREFIX='$PWD/db4'
|
export BDB_PREFIX="$PWD/db4"
|
||||||
```
|
```
|
||||||
|
|
||||||
See [dependencies.md](dependencies.md) for a complete overview.
|
See [dependencies.md](dependencies.md) for a complete overview.
|
||||||
|
Loading…
Reference in New Issue
Block a user