Link to downloads
This commit is contained in:
parent
69a569b737
commit
743d41f303
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -2,10 +2,18 @@
|
||||||
|
|
||||||
This is Danicoin, the best cryptocurrency out there.
|
This is Danicoin, the best cryptocurrency out there.
|
||||||
|
|
||||||
|
## Downloads
|
||||||
|
|
||||||
|
Binaries are available only for 64-bit Linux. You can find those in the
|
||||||
|
[Downloads Area](https://kumi.cloud/s/pce19vAOXh1lyZM).
|
||||||
|
|
||||||
|
If you are using a different operating system or architecture or can't get the
|
||||||
|
provided binaries to work, please try building Danicoin yourself.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
There are currently no pre-built binaries available. To build Danicoin on an
|
To build Danicoin on an Ubuntu machine, you first need to install some
|
||||||
Ubuntu machine, you first need to install some dependencies:
|
dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install git build-essential cmake lib{boost-all,ssl}-dev pkg-config
|
sudo apt install git build-essential cmake lib{boost-all,ssl}-dev pkg-config
|
||||||
|
@ -27,6 +35,10 @@ directory. You may want to move them to /usr/bin like this:
|
||||||
sudo install build/release/src/dani{coind,wallet} /usr/bin
|
sudo install build/release/src/dani{coind,wallet} /usr/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are trying to build Danicoin on anything else than a 64-bit Ubuntu
|
||||||
|
machine, your mileage may vary. Feel free to create an issue asking for help if
|
||||||
|
you are stuck.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### danicoind
|
### danicoind
|
||||||
|
|
Loading…
Reference in a new issue