From 3977f8f1f89b90926f39234dc3eca97b3da1f311 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Mon, 29 Dec 2014 17:08:51 +0100 Subject: [PATCH] Upgrading README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc850b03..448bb64e 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,26 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. ### Todo * Creating a list of received and sent transactions + * Enhance the UI : add icons... * ... ? -### How to install - * __git clone --recursive https://github.com/Insoleet/cutecoin.git__ - * Install [python3](https://www.python.org/downloads/), [cx_freeze for python 3](http://cx-freeze.sourceforge.net/) and [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5), and [pip](http://www.pip-installer.org/en/latest/) - * Run : +### How to build + * __git clone --recursive https://github.com/ucoin-io/cutecoin.git__ + * Dependencies : + * [python3](https://www.python.org/downloads/) + * [cx_freeze for python 3](http://cx-freeze.sourceforge.net/) + * [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) + * [libsodium](http://doc.libsodium.org/installation/README.html) + * To get python libraries dependencies : * __pip install pylibscrypt__ * __pip install libnacl__ * __pip install requests__ + * __pip install base58__ * Run __python gen_resources.py__ in cutecoin folder * Run __python setup.py build__ in cutecoin folder - * The executable is generated in "build" folder, named "__init__" + * The executable is generated in "build" folder, named "cutecoin" + +### How to download latest release + * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.6) + * Download the package corresponding to your operating system + * Unzip and start "cutecoin" :) -- GitLab