Skip to content
Snippets Groups Projects
Commit fbc6e2e1 authored by unknown's avatar unknown
Browse files

Completing build instructions

parent 91106852
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. ...@@ -38,8 +38,8 @@ Qt Client for [Ucoin](http://www.ucoin.io) project.
### How to install ### How to install
* Note : On Windows, it seems that PyQt5 works best with 32 bits version of Python. * Note : On Windows, it seems that PyQt5 works best with 32 bits version of Python.
* Install [python3.3](https://www.python.org/download/releases/3.3.5), [cx_freeze for python 3.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/) * Install [python3.3](https://www.python.org/download/releases/3.3.5), [cx_freeze for python 3.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/)
* On Windows, make sure python3 and pyqt5 are in your $PATH * On Windows, make sure folders for python3 and pyqt5 binaries are in your $PATH
* Install with pip : python-gnupg * Run __pip install python-gnupg__ and __pip install requests__
* Run "python gen_resources.py" in cutecoin folder * Run __python gen_resources.py__ in cutecoin folder
* Run "python setup.py build" in cutecoin folder * Run __python setup.py build__ in cutecoin folder
* The executable is generated in "build" folder * The executable is generated in "build" folder, named "__init__"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment