toxygen/docs/install.md

3.5 KiB

How to install Toxygen

Use precompiled binary:

Check our releases page

Using pip3

Windows

pip3.4 install toxygen

Run app using toxygen command.

Linux

  1. Install toxcore with toxav support in your system (install in /usr/lib/)
  2. Install PortAudio: sudo apt-get install portaudio19-dev
  3. Install PySide: sudo apt-get install python3-pyside
  4. Install toxygen: sudo pip3.4 install toxygen
  5. Run toxygen using toxygen command.

OS X

  1. Install toxcore with toxav support in your system (install in /usr/lib/)
  2. Install PortAudio: brew install portaudio
  3. Install toxygen: pip3 install toxygen
  4. Run toxygen using toxygen command.

Windows

  1. Download and install latest Python 3.4
  2. Install PySide (recommended) or PyQt4
  3. Install PyAudio: pip3.4 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.

Optional: install toxygen using setup.py: python3.4 setup.py install

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

  1. Install latest Python3: sudo apt-get install python3
  2. Install PySide: sudo apt-get install python3-pyside or install PyQt4 (sudo apt-get install python3-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 (or pip3 install pyaudio)
  5. Download toxygen
  6. Unpack archive
  7. Run app: python3.4 main.py

Optional: install toxygen using setup.py: python3.4 setup.py install

OS X

  1. Download and install latest Python 3.4
  2. Install PySide (recommended) or PyQt4
  3. Install PortAudio: brew install portaudio
  4. Install PyAudio: pip3 install pyaudio
  5. Download toxygen
  6. Unpack archive
  7. Run \src\main.py.

Optional: install toxygen using setup.py: python3 setup.py install