toxygen/docs/install.md
2016-04-30 13:06:07 +03:00

2.0 KiB

How to install Toxygen

Windows

  1. Download and install latest Python 2.7
  2. Install PySide (PyQt4 support will be added later)
  3. Install PyAudio: python -m pip install pyaudio
  4. Download toxygen
  5. Unpack archive
  6. Download latest libtox.dll build, download latest libsodium.a build, put it into \src\libs\
  7. 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

  • 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

Use precompiled binary:

Check our releases page

Compile Toxygen

Check compile.md for more info