5cb26c5928
- Changed out logos (just a placeholder) - DRK -> DASH - ./darkcoin -> ./dash
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
Building Dash
|
|
|
|
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.
|