Browse Source

Mod: update building from source for debian in README.md

pull/119/head
root 10 years ago
parent
commit
027c7b3f5a
1 changed files with 15 additions and 0 deletions
  1. 15
      README.md

15
README.md

@ -38,6 +38,7 @@ CAST5-CFB, DES-CFB, IDEA-CFB, RC2-CFB and SEED-CFB.
### Debian & Ubuntu ### Debian & Ubuntu
#### Install from repository
Add either of the following lines to your /etc/apt/sources.list Add either of the following lines to your /etc/apt/sources.list
``` ```
@ -53,7 +54,21 @@ Then,
``` bash ``` bash
sudo apt-get update sudo apt-get update
sudo apt-get install shadowsocks sudo apt-get install shadowsocks
```
#### Build package from source
``` bash
cd shadowsocks-libev
sudo apt-get install build-essential autoconf libtool libssl-dev gawk debhelper
sudo dpkg-buildpackage
cd ..
sudo dpkg -i install shadowsocks*.deb
```
#### Configure and start the service
```
# Edit the configuration # Edit the configuration
sudo vim /etc/shadowsocks/config.json sudo vim /etc/shadowsocks/config.json

Loading…
Cancel
Save