2016-05-05 23:00:10 +00:00
|
|
|
#Compile Toxygen
|
|
|
|
|
2016-04-30 10:06:07 +00:00
|
|
|
You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/)
|
2016-05-13 09:08:45 +00:00
|
|
|
|
2016-04-30 10:06:07 +00:00
|
|
|
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/
|