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

Installation

Symeon Huang edited this page Mar 14, 2015 · 16 revisions

##Microsoft Windows##

The binary executables of client shadowsocks-libqss are provided in release.

No prebuilt libraries are provided because of various compilers, Qt and Botan library versions.

##Fedora/Red Hat Enterprise Linux/CentOS##

Requirement: Fedora >= 20 or Red Hat Enterprise Linux >= 7

You can install this library and the client via librehat/shadowsocks project in Copr.

##Debian/Ubuntu/Linux Mint/Deepin##

Requirement: Debian >= 7 or Ubuntu >= 14.04

For Ubuntu users, please use PPA.

For Debian and other Debian-based distributions, build deb packages through commands below:

sudo apt-get install qt5-qmake qtbase5-dev libbotan1.10-dev #skip this part if you installed these packages
dpkg-buildpackage -uc -us -b

Then install libqtshadowsocks and shadowsocks-libqtshadowsocks deb packages using command dpkg -i.

Clone this wiki locally