From be00ee154010c7bc16986ae39a1c2365b018c20b Mon Sep 17 00:00:00 2001 From: Ingvar Date: Fri, 18 Mar 2016 00:25:06 +0300 Subject: [PATCH] update install (toxcore) --- docs/install.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index e8e0187..39dbda4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,9 +2,11 @@ 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)* -3. [Download toxygen](https://github.com/xveduk/toxygen/archive/master.zip) -4. Unpack archive and run src/main.py +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 # Supported OS: - Windows -- Linux \ No newline at end of file +- Linux