Files
toxygen/docs/compile.md
ingvar1995 ff196d8d92 docs update
2016-06-28 21:47:49 +03:00

11 lines
341 B
Markdown

#Compile Toxygen
You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/)
Install PyInstaller:
``pip3 install pyinstaller``
``pyinstaller --windowed --icon images/icon.ico main.py``
Don't forget to copy /images/, /sounds/, /translations/, /styles/, /smileys/, /stickers/ (and /libs/libtox.dll on Windows) to /dist/main/