mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
[contrib] Use BDB_LIBS/CFLAGS in install_db4
This commit is contained in:
parent
56910285fa
commit
311a423bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -83,4 +83,4 @@ echo
|
|||
echo 'When compiling bitcoind, run `./configure` in the following way:'
|
||||
echo
|
||||
echo " export BDB_PREFIX='${BDB_PREFIX}'"
|
||||
echo ' ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ...'
|
||||
echo ' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" ...'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue