docs update
This commit is contained in:
parent
f5d129578e
commit
2c215ef0c6
3 changed files with 36 additions and 20 deletions
13
docs/compile.md
Normal file
13
docs/compile.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
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/
|
Loading…
Add table
Add a link
Reference in a new issue