From 021505c4051cf726bdbef6152dff24f0ed906fe0 2016-01-21 15:23:13 From: vitalyster Date: 2016-01-21 15:23:13 Subject: [PATCH] Update packages_debian_ubuntu.md --- diff --git a/documentation/installation/packages_debian_ubuntu.md b/documentation/installation/packages_debian_ubuntu.md index 190b39ca611ec52def21b08d4c0b593d6357e589..5f3757091ae27b7a70a64479763b2b9bfe396eb2 100644 --- a/documentation/installation/packages_debian_ubuntu.md +++ b/documentation/installation/packages_debian_ubuntu.md @@ -22,7 +22,7 @@ You need to rebuild source libcommuni and spectrum packages from our source pack # apt-get install devscripts fakeroot libssl-dev libqt4-dev # dget -x http://packages.spectrum.im/spectrum2/pool/main/c/communi/communi_3.4.0-1.dsc # cd communi_3.4.0-1 && dpkg-buildpackage -rfakeroot -us -uc && cd .. - # apt-get install libpurple-dev libswiften-dev libprotobuf-dev libmysqlclient-dev liblog4cxx10-dev protobuf-compiler libpopt-dev libdbus-glib-1-dev libpqxx3-dev cmake libevent-dev libboost-all-dev libidn11-dev libxml2-dev libavahi-client-dev libavahi-common-dev libcurl4-openssl-dev libsqlite3-dev + # apt-get install libpurple-dev libswiften-dev libprotobuf-dev libmysqlclient-dev liblog4cxx10-dev protobuf-compiler libpopt-dev libdbus-glib-1-dev libpqxx3-dev cmake libevent-dev libboost-all-dev libidn11-dev libxml2-dev libavahi-client-dev libavahi-common-dev libcurl4-openssl-dev libsqlite3-dev libcommuni-dev # dget -x http://packages.spectrum.im/spectrum2/pool/main/s/spectrum2/spectrum2_2.0.0-1.dsc # cd spectrum2_2.0.0-1 && dpkg-buildpackage -rfakeroot -us -uc && cd ..