2.0 KiB
2.0 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)
- Install PyAudio:
python -m pip install pyaudio
- 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 Python2.7:
sudo apt-get install python2.7
- Install PySide (PyQt4 support will be added later)
- Install PyAudio:
sudo apt-get install portaudio19-dev
sudo pip install pyaudio
- Download toxygen
- Unpack archive
- Install toxcore in your system (install in /usr/lib/)
- Run app:
python main.py
Use precompiled binary:
Compile Toxygen
Check compile.md for more info