From f391d4ccc6d0932b7ddc2a0c5a0dee1154d76777 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Tue, 11 Mar 2014 18:47:26 +0100 Subject: [PATCH] Better readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe82f5c8..9d72c11d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. ### How to install + * On Windows, install cygwin. On linux, make sure "make" command is available. * 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 make in cutecoin folder * Run "python setup.py build" in cutecoin folder (Note : only tested on linux) * The executable is generated in "build" folder -- GitLab