From c28d4f703aa56a0b25a6e0829fbcfd34a09f45e3 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Thu, 2 Jun 2016 23:32:04 +0300 Subject: [PATCH] Update from_source_code.md --- documentation/installation/from_source_code.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/installation/from_source_code.md b/documentation/installation/from_source_code.md index f6043747..5e915b9f 100644 --- a/documentation/installation/from_source_code.md +++ b/documentation/installation/from_source_code.md @@ -11,7 +11,7 @@ You have to have boost-devel and libidn-devel installed before compiling Swiften git clone git://swift.im/swift cd swift - git checkout swift-2.x + git checkout swift-3.0 ./scons V=1 swiften_dll=1 Swiften SWIFTEN_INSTALLDIR=/usr/local force-configure=1 sudo ./scons V=1 swiften_dll=1 Swiften SWIFTEN_INSTALLDIR=/usr/local /usr/local @@ -84,8 +84,8 @@ The instructions are defined on [libCommuni wiki](https://github.com/communi/com ## Install Spectrum 2 - git clone git://github.com/hanzz/libtransport.git - cd libtransport + git clone git://github.com/hanzz/spectrum2.git + cd spectrum2 cmake . -DCMAKE_BUILD_TYPE=Debug make