toxygen/docs/compile.md

10 lines
284 B
Markdown
Raw Normal View History

#Compile Toxygen
2016-04-30 13:06:07 +03:00
You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/)
2016-05-13 12:08:45 +03:00
2016-04-30 13:06:07 +03:00
Install PyInstaller:
2016-06-23 12:46:48 +03:00
``pip3 install pyinstaller``
2016-04-30 13:06:07 +03:00
``pyinstaller --windowed --icon images/icon.ico main.py``
Don't forget to copy /images/, /sounds/, /translations/, /styles/, to /dist/main/