mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge f28c949f72 into merged_master (Elements PR #815)
This commit is contained in:
commit
7f24308c8a
1 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ export BDB_PREFIX="$PWD/db4"
|
|||
With wallet:
|
||||
```bash
|
||||
./autogen.sh
|
||||
MAKE=gmake CC=cc CXX=c++ CPPFLAGS=-I/usr/local/include \
|
||||
./configure --with-gui=no \
|
||||
BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" \
|
||||
BDB_CFLAGS="-I${BDB_PREFIX}/include" \
|
||||
|
|
@ -50,7 +51,8 @@ With wallet:
|
|||
Without wallet:
|
||||
```bash
|
||||
./autogen.sh
|
||||
./configure --with-gui=no --disable-wallet MAKE=gmake
|
||||
MAKE=gmake CC=cc CXX=c++ CPPFLAGS=-I/usr/local/include \
|
||||
./configure --with-gui=no --disable-wallet
|
||||
```
|
||||
|
||||
followed by:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue