Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Compiling

Symeon Huang edited this page Sep 21, 2015 · 21 revisions

Dependencies

Make sure you've installed all dependent development packages (with -dev or -devel).

  • qt5-qtbase >= 5.2 (qtbase5 in Debian/Ubuntu)
  • qrencode (libqrencode in Debian/Ubuntu)
  • libQtShadowsocks >= 1.7.0 (libqtshadowsocks in Debian/Ubuntu. DON'T use the trunk code)
  • botan >= 1.10 (libbotan1.10 in Debian/Ubuntu)
  • zbar (libzbar0 in Debian/Ubuntu)
  • libappindicator (libappindicator1 in Debian/Ubuntu)

Compiling

qmake INSTALL_PREFIX=/usr
make
make install

Some useful special arguments for qmake command

Arguments Usage Default Value
INSTALL_PREFIX="/usr" Specify the installation prefix directory /usr
BOTAN_VER="1.10" Specify the botan library version 1.10
Clone this wiki locally