2.0 KiB
2.0 KiB
How to install Toxygen
Linux
- Install c-toxcore
- Install PortAudio:
sudo apt-get install portaudio19-dev
- For 32-bit Linux install PyQt5:
sudo apt-get install python3-pyqt5
- Install OpenCV or via
sudo pip3 install opencv-python
- Install toxygen
- Run toxygen using
toxygen
command.
From source code (recommended for developers)
Windows
Note: 32-bit Python isn't supported due to bug with videocalls. It is strictly recommended to use 64-bit Python.
- Download and install latest Python 3 64-bit
- Install PyQt5:
pip install pyqt5
- Install PyAudio:
pip install pyaudio
- Install numpy:
pip install numpy
- Install OpenCV:
pip install opencv-python
- git clone --depth=1 https://git.plastiras.org/emdee/toxygen/
- I don't know
- Download latest libtox.dll build, download latest libsodium.a build, put it into \toxygen\libs\
- Run \toxygen\main.py.
Linux
- Install latest Python3:
sudo apt-get install python3
- Install PyQt5:
sudo apt-get install python3-pyqt5
- Install toxcore with toxav support)
- Install PyAudio:
sudo apt-get install portaudio19-dev python3-pyaudio
(orsudo pip3 install pyaudio
) - Install toxygen_wrapper https://git.plastiras.org/emdee/toxygen_wrapper
- Install the rest of the requirements:
sudo pip3 install -m requirements.txt
- git clone --depth=1 toxygen
- Look in the Makefile for the install target and type
make install
You should set the PIP_EXE_MSYS and PYTHON_EXE_MSYS variables and it does${PIP_EXE_MSYS} --python ${PYTHON_EXE_MSYS} install \ --target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \ --upgrade .
- Run app:
python3 ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/bin/toxygen