From 743d41f30315c0b1dc1ebc2590869dd1d661dc70 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 29 Jan 2018 18:48:38 +0100 Subject: [PATCH] Link to downloads --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90348bb8..6ca5f492 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ 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 -There are currently no pre-built binaries available. To build Danicoin on an -Ubuntu machine, you first need to install some dependencies: +To build Danicoin on an Ubuntu machine, you first need to install some +dependencies: ``` 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 ``` +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 ### danicoind