updated instructions for installing Spectrum from source

This commit is contained in:
Steffen Vogel 2017-10-29 22:50:30 +01:00 committed by GitHub
parent 5fe5126fe6
commit 3d850bc6da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ title: Spectrum 2
You have to have boost-devel and libidn-devel installed before compiling Swiften, otherwise it will compile against bundled version of Boost and libidn and Spectrum compilation will fail.
sudo yum install libidn-devel boost-devel
## Install Swiften from git repository:
git clone git://swift.im/swift
@ -72,16 +74,20 @@ Note that you have to have at least Python 2.5 to build Swiften.
In Fedora, you just have to install following packages:
sudo yum install protobuf protobuf protobuf-devel
sudo yum install protobuf-devel
## Install Libpurple for libpurple backend
You should definitely have latest libpurple, so download Pidgin and compile it, because your distribution probably doesn't have the latest one.
sudo yum install libpurple-devel
## Install libCommuni for libCommuni IRC backend
The instructions are defined on [libCommuni wiki](https://github.com/communi/communi/wiki).
sudo yum install libcommuni-devel
## Install Spectrum 2
git clone git://github.com/hanzz/spectrum2.git