mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
Building Darkcoin
|
|
|
|
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,
|
|
the intended-for-services, no-graphical-interface, reference
|
|
implementation of Darkcoin.
|