2015-01-16 10:19:59 +01:00
|
|
|
Building Darkcoin
|
2011-09-26 17:40:43 +02:00
|
|
|
|
2015-01-16 10:19:59 +01:00
|
|
|
Use the autogen script to prepare the build environment.
|
|
|
|
|
|
|
|
./autogen.sh
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
|
|
|
|
Precompiled binaries are available at github, see
|
|
|
|
https://github.com/darkcoinproject/darkcoin-binaries
|
|
|
|
|
|
|
|
Always verify the signatures and checksums.
|
|
|
|
|
|
|
|
See doc/build-*.md for instructions on building darkcoind,
|
2011-09-26 17:40:43 +02:00
|
|
|
the intended-for-services, no-graphical-interface, reference
|
2015-01-16 10:19:59 +01:00
|
|
|
implementation of Darkcoin.
|