mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
3e0eee4c84
ef1612a
Fix project name Dash -> Dash Core
17 lines
402 B
Plaintext
17 lines
402 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/dashproject/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.
|