docs update

This commit is contained in:
ingvar1995 2016-04-30 13:06:07 +03:00
parent f5d129578e
commit 2c215ef0c6
3 changed files with 36 additions and 20 deletions

13
docs/compile.md Normal file
View file

@ -0,0 +1,13 @@
You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/)
Install PyInstaller:
``pip install pyinstaller``
On Linux:
``pyinstaller --windowed main.py``
On Windows:
``pyinstaller --windowed --icon images/icon.ico main.py``
Don't forget to copy /images/, /sounds/, /translations/, /styles/, to /dist/main/