-
Notifications
You must be signed in to change notification settings - Fork 647
Installation
Pre-built binaries are provided for 64-bit Windows (Requires Vista or later version). The project supports Windows XP but you'll have to build it yourself.
No prebuilt libraries are provided for Windows because of various compilers, Qt and Botan library versions.
Requirement: Latest version of Fedora or Red Hat Enterprise Linux >= 7
You can install this library and the client via librehat/shadowsocks project in Copr.
Requirement: Debian >= 7 or Ubuntu 14.04, 16.04 and later (15.04 and 15.10 are not supported)
For Ubuntu users, please use PPA.
For Debian and other Debian-based distributions, build deb packages from stable
branch via commands below:
sudo apt-get install cmake qtbase5-dev libbotan1.10-dev #skip this part if you've already installed these packages
dpkg-buildpackage -uc -us -b
Then install libqtshadowsocks
and shadowsocks-libqtshadowsocks
deb packages using command dpkg -i
.
Check Compiling page.