toxygen/docs/install.md

2.3 KiB

How to install Toxygen

Use precompiled binary:

Check our releases page

Windows

  1. Download and install latest Python 3.4
  2. Install PySide (recommended) or PyQt4
  3. Install PyAudio: pip3.4 install pyaudio
  4. Install PySocks: pip3.4 install PySocks
  5. Download toxygen
  6. Unpack archive
  7. Download latest libtox.dll build, download latest libsodium.a build, put it into \src\libs\
  8. Run \src\main.py

libtox.dll for 32-bit Python

libtox.dll for 64-bit Python

libsodium.a for 32-bit Python

libsodium.a for 64-bit Python

Linux

Dependencies:

  1. Install latest Python3.4: sudo apt-get install python3
  2. Install PySide (recommended), using terminal - sudo apt-get install python3-pyside, or install PyQt4.
  3. Install toxcore with toxav support in your system (install in /usr/lib/)
  4. Install PyAudio: sudo apt-get install portaudio19-dev and sudo apt-get install python3-pyaudio
  5. Install PySocks: pip3.4 install PySocks
  6. Download toxygen
  7. Unpack archive
  8. Run app: python3.4 main.py

Compile Toxygen

Check compile.md for more info