From 844b6ed023e45595f6b7ef0acceb3ced8e6e2011 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Mon, 25 Jan 2016 21:56:05 +0300 Subject: [PATCH] Update packages_debian_ubuntu.md --- documentation/installation/packages_debian_ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/installation/packages_debian_ubuntu.md b/documentation/installation/packages_debian_ubuntu.md index 5f375709..bee58730 100644 --- a/documentation/installation/packages_debian_ubuntu.md +++ b/documentation/installation/packages_debian_ubuntu.md @@ -24,6 +24,6 @@ You need to rebuild source libcommuni and spectrum packages from our source pack # 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 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 .. + # cd spectrum2_2.0.0-1 && DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -us -uc && cd .. When the compilation process has ended the .deb packages for libcommuni and spectrum will be generated in the current directory and can be installed with `dpkg -i < filename.deb >`.