2016-07-29 07:30:19 +02:00
|
|
|
Building Dash Core
|
2011-09-26 17:40:43 +02:00
|
|
|
|
2017-05-31 05:50:03 +02:00
|
|
|
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.
|
2015-01-16 10:19:59 +01:00
|
|
|
|
|
|
|
./autogen.sh
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
|
|
|
|
Precompiled binaries are available at github, see
|
2016-10-22 18:52:14 +02:00
|
|
|
https://github.com/dashpay/dash-binaries
|
2015-01-16 10:19:59 +01:00
|
|
|
|
|
|
|
Always verify the signatures and checksums.
|
|
|
|
|
2015-03-19 15:15:08 +01:00
|
|
|
See doc/build-*.md for instructions on building dashd,
|
2017-05-31 05:50:03 +02:00
|
|
|
the intended-for-services, no-graphical-interface,
|
|
|
|
reference implementation of Dash.
|