2.3 KiB
2.3 KiB
How to install Toxygen
Use precompiled binary:
From source code (recommended for developers)
Windows
- Download and install latest Python 3.4
- Install PySide (recommended) or PyQt4
- Install PyAudio:
pip3.4 install pyaudio
- Install PySocks:
pip3.4 install PySocks
- Download toxygen
- Unpack archive
- Download latest libtox.dll build, download latest libsodium.a build, put it into \src\libs\
- Run \src\main.py
Linux
Dependencies:
- Install latest Python3.4:
sudo apt-get install python3
- Install PySide (recommended), using terminal -
sudo apt-get install python3-pyside
, or install PyQt4. - Install toxcore with toxav support in your system (install in /usr/lib/)
- Install PyAudio:
sudo apt-get install portaudio19-dev
andsudo apt-get install python3-pyaudio
- Install PySocks:
pip3.4 install PySocks
- Download toxygen
- Unpack archive
- Run app:
python3.4 main.py
Compile Toxygen
Check compile.md for more info