1.5 KiB
1.5 KiB
How to install Toxygen
From source code (recommended for developers)
Windows
- Download and install latest Python 2.7
- Install PySide (PyQt4 support will be added later)
- Download toxygen
- Unpack archive
- Download latest libtox.dll build, download latest libsodium.a build, put it into \src\libs\
- Run \src\main.py
Linux
- Install PySide (PyQt4 support will be added later)
- Download toxygen
- Unpack archive
- Install toxcore in your system
- Run app:
python main.py
Use precompiled binary:
Compile Toxygen
You can compile Toxygen using PyInstaller:
On Linux:
pyinstaller --windowed src/main.py
On Windows:
pyinstaller --windowed --icon images/icon.ico main.py
Don't forget to copy /images/, /sounds/, /translations/, /styles/, to /dist/main/