From b6779d9c838f10bfaacd799ae5a7ca1e0a34d990 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Tue, 11 Mar 2014 01:13:52 +0100 Subject: [PATCH] Adding installation informations --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 03af4efe..fe82f5c8 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,10 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. * A voter should be able to access the voting UI of the community (+member and random guy rights) * A member should be able to issue money (+random guy rights) * A random guy should be able to send and receive money + +### How to install + + * Install [python3](http://www.python.org/downloads/), [cx_freeze](http://cx-freeze.sourceforge.net/) and [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) + * Run qmake in cutecoin folder + * Run "python setup.py build" in cutecoin folder (Note : only tested on linux) + * The executable is generated in "build" folder -- GitLab