mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Added clarifications in INSTALL readme for newcomers (#1481)
Added clarifications in order to avoid that newcomers encounter this error when trying to build: configure: error: libdb_cxx headers missing, Dash Core requires this library for wallet functionality (see issue https://github.com/dashpay/dash/issues/1442 )
This commit is contained in:
parent
5988e1e7f5
commit
ee4daed835
20
INSTALL
20
INSTALL
@ -1,6 +1,20 @@
|
|||||||
Building Dash Core
|
Building Dash Core
|
||||||
|
|
||||||
Use the autogen script to prepare the build environment.
|
After you install the usual build tools and C++ development tools,
|
||||||
|
Dash Core also needs some build dependencies which are not always provided
|
||||||
|
by default by the OS package manager
|
||||||
|
(in particular BerkeleyDB 4.8 for building with wallet support).
|
||||||
|
|
||||||
|
Before trying to build, be sure to read one of these files,
|
||||||
|
depending on your environment:
|
||||||
|
|
||||||
|
doc/build-unix.md
|
||||||
|
doc/build-openbsd.md
|
||||||
|
doc/build-osx.md
|
||||||
|
doc/build-windows.md
|
||||||
|
|
||||||
|
After installing the needed dependencies,
|
||||||
|
use the autogen script to prepare the build environment.
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
@ -12,5 +26,5 @@ https://github.com/dashpay/dash-binaries
|
|||||||
Always verify the signatures and checksums.
|
Always verify the signatures and checksums.
|
||||||
|
|
||||||
See doc/build-*.md for instructions on building dashd,
|
See doc/build-*.md for instructions on building dashd,
|
||||||
the intended-for-services, no-graphical-interface, reference
|
the intended-for-services, no-graphical-interface,
|
||||||
implementation of Dash.
|
reference implementation of Dash.
|
||||||
|
Loading…
Reference in New Issue
Block a user