mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Update build docs for FreeBSD 12.1-RELEASE
Fixes #814 by setting basic build configuration: * Use gmake instead of make * Use clang instead of gcc * Add /usr/local to include path
This commit is contained in:
parent
da3611a580
commit
a9f51d7241
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export BDB_PREFIX="$PWD/db4"
|
|||
With wallet:
|
||||
```shell
|
||||
./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"
|
||||
|
|
@ -49,6 +50,7 @@ With wallet:
|
|||
Without wallet:
|
||||
```shell
|
||||
./autogen.sh
|
||||
MAKE=gmake CC=cc CXX=c++ CPPFLAGS=-I/usr/local/include \
|
||||
./configure --with-gui=no --disable-wallet
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue