toxygen/docs/install.md

13 lines
888 B
Markdown
Raw Normal View History

2016-03-16 16:06:15 +00:00
# HOW TO INSTALL TOXYGEN:
1. [Install Python 2.7 in your system](https://wiki.python.org/moin/BeginnersGuide/Download)
2. [Install PySide](https://pypi.python.org/pypi/PySide/1.2.4) *(PyQt4 support will be added later)*
2016-03-17 21:25:06 +00:00
4. [Download toxygen](https://github.com/xveduk/toxygen/archive/master.zip)
5. Unpack archive
6. For Linux users - install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md), for Windows users - download [libtox.dll](https://build.tox.chat/view/libtoxcore/job/libtoxcore_build_windows_x86_shared_release/lastSuccessfulBuild/artifact/libtoxcore_build_windows_x86_shared_release.zip), download [libsodium.a] (https://build.tox.chat/view/libsodium/job/libsodium_build_windows_x86_static_release/lastSuccessfulBuild/artifact/libsodium_build_windows_x86_static_release.zip), put into /src/libs/
7. Run src/main.py
2016-03-16 16:06:15 +00:00
# Supported OS:
- Windows
2016-03-17 21:25:06 +00:00
- Linux