1.4 KiB
1.4 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 src/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 src/main.py