mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
2d55b70381
* docs * deprecated/unused/duplicate * comments * log cleanup/verbosity tuning * names/ifs/whitespaces/std
17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
Building Dash Core
|
|
|
|
Use the autogen script to prepare the build environment.
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make
|
|
|
|
Precompiled binaries are available at github, see
|
|
https://github.com/dashpay/dash-binaries
|
|
|
|
Always verify the signatures and checksums.
|
|
|
|
See doc/build-*.md for instructions on building dashd,
|
|
the intended-for-services, no-graphical-interface, reference
|
|
implementation of Dash.
|