Add build instruction

This commit is contained in:
adrienmalin 2018-08-21 14:07:27 +02:00 committed by GitHub
parent b416200211
commit 857c65a12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,26 @@ Yet another Tetris clone, with Qt5 on Python 3
* Extract the archive * Extract the archive
* Launch Tetris2000 * Launch Tetris2000
## Build
* Install [Python 3](https://www.python.org) with pip
* Install PyQt5 or PySide2, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySIde2 yet)
pip3 install --user PyQt5
pip3 install --user qdarkstyle
pip3 install --user nuitka
* Clone repository:
mkdir TETRIS2000
cd TETRIS2000
git clone https://github.com/adrienmalin/Tetris2000
* Build:
python3 -m nuitka Tetris2000.py --recurse-all
## Credits ## Credits
* [Tetris](https://tetris.com) Game Design by Alekseï Pajitnov * [Tetris](https://tetris.com) Game Design by Alekseï Pajitnov