toxygen/docs/compile.md

11 lines
360 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/)
2016-05-13 09:08:45 +00:00
2016-04-30 10:06:07 +00:00
Install PyInstaller:
2016-06-23 09:46:48 +00:00
``pip3 install pyinstaller``
2016-04-30 10:06:07 +00:00
``pyinstaller --windowed --icon images/icon.ico main.py``
2016-07-12 15:05:33 +00:00
Don't forget to copy /images/, /sounds/, /translations/, /styles/, /smileys/, /stickers/ (and /libs/libtox.dll, /libs/libsodium.a on Windows) to /dist/main/