Browse Source

Add Ubuntu 14.04/16.04 build instruction to README

pull/1263/head
Roger Shimizu 7 years ago
committed by Max Lv
parent
commit
1d589900fb
1 changed files with 9 additions and 0 deletions
  1. 9
      README.md

9
README.md

@ -132,6 +132,15 @@ If you insist on building from source, you will need to manually install libsodi
from `jessie-backports`, **NOT** libsodium in main repository. from `jessie-backports`, **NOT** libsodium in main repository.
Please follow the instructions on [Debian Backports Website](https://backports.debian.org). Please follow the instructions on [Debian Backports Website](https://backports.debian.org).
**Note for Ubuntu 14.04 (Trusty) / 16.04 (Xenial) users**:
You can build shadowsocks-libev and all its dependencies by script:
```bash
./scripts/deb4trusty.sh # for 14.04 (Trusty)
- or -
./scripts/deb4xenial.sh # for 16.04 (Xenial)
```
Otherwise, try to build and install directly from source. See the [Linux](#linux) Otherwise, try to build and install directly from source. See the [Linux](#linux)
section below. section below.

Loading…
Cancel
Save