|
@ -62,15 +62,22 @@ sudo apt-get update |
|
|
sudo apt-get install shadowsocks-libev |
|
|
sudo apt-get install shadowsocks-libev |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
#### Build package from source |
|
|
|
|
|
|
|
|
#### Build deb package from source |
|
|
|
|
|
|
|
|
Supported Platforms: |
|
|
Supported Platforms: |
|
|
|
|
|
|
|
|
* Debian 7 (see below), 8, unstable |
|
|
* Debian 7 (see below), 8, unstable |
|
|
* Ubuntu 14.10, 15.04 or higher |
|
|
|
|
|
|
|
|
* Ubuntu 14.04 (see below), Ubuntu 14.10, 15.04, 15.10 or higher |
|
|
|
|
|
|
|
|
|
|
|
**Note for Ubuntu 14.04 users**: |
|
|
|
|
|
Packages built on Ubuntu 14.04 may be used in later Ubuntu versions. However, |
|
|
|
|
|
packages built on Debian 7/8/9 or Ubuntu 14.10+ **cannot** be installed on |
|
|
|
|
|
Ubuntu 14.04. |
|
|
|
|
|
|
|
|
|
|
|
**Note for Debian 7.x users**: |
|
|
To build packages on Debian 7 (Wheezy), you need to enable `debian-backports` |
|
|
To build packages on Debian 7 (Wheezy), you need to enable `debian-backports` |
|
|
to install systemd-compatibility packages like `dh-systemd` or `init-system-helpers`. |
|
|
to install systemd-compatibility packages like `dh-systemd` or `init-system-helpers`. |
|
|
|
|
|
Please follow the instructions on [Debian Backports](http://backports.debian.org). |
|
|
|
|
|
|
|
|
This also means that you can only install those built packages on systems that have |
|
|
This also means that you can only install those built packages on systems that have |
|
|
`init-system-helpers` installed. |
|
|
`init-system-helpers` installed. |
|
@ -131,6 +138,14 @@ su -c 'yum update' |
|
|
su -c 'yum install shadowsocks-libev' |
|
|
su -c 'yum install shadowsocks-libev' |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
### Archlinux |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
|
sudo pacman -S shadowsocks-libev |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Please refer to downstream `PKGBUILD` file for any extra modifications. |
|
|
|
|
|
|
|
|
### Linux |
|
|
### Linux |
|
|
|
|
|
|
|
|
For Unix-like systems, especially Debian-based systems, |
|
|
For Unix-like systems, especially Debian-based systems, |
|
|