toxygen/docs/compile.md

15 lines
342 B
Markdown
Raw Normal View History

#Compile Toxygen
2016-04-30 10:06:07 +00:00
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/