2016-05-06 01:00:10 +02:00
|
|
|
#Compile Toxygen
|
|
|
|
|
2016-04-30 12:06:07 +02:00
|
|
|
You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/)
|
2016-05-13 11:08:45 +02:00
|
|
|
|
2016-04-30 12:06:07 +02:00
|
|
|
Install PyInstaller:
|
2016-06-23 11:46:48 +02:00
|
|
|
``pip3 install pyinstaller``
|
2016-04-30 12:06:07 +02:00
|
|
|
|
|
|
|
``pyinstaller --windowed --icon images/icon.ico main.py``
|
|
|
|
|
2016-06-28 20:47:49 +02:00
|
|
|
Don't forget to copy /images/, /sounds/, /translations/, /styles/, /smileys/, /stickers/ (and /libs/libtox.dll on Windows) to /dist/main/
|