Browse Source

Fix dependency issue

pull/700/head
Max Lv 8 years ago
parent
commit
1f5b0eacf2
2 changed files with 3 additions and 2 deletions
  1. 1
      .travis.yml
  2. 4
      README.md

1
.travis.yml

@ -6,6 +6,7 @@ addons:
apt: apt:
packages: packages:
- asciidoc - asciidoc
- xmlto
script: "./configure && make" script: "./configure && make"
branches: branches:
only: only:

4
README.md

@ -157,7 +157,7 @@ section below.
``` bash ``` bash
cd shadowsocks-libev cd shadowsocks-libev
sudo apt-get install build-essential autoconf libtool libssl-dev \ sudo apt-get install build-essential autoconf libtool libssl-dev \
gawk debhelper dh-systemd init-system-helpers pkg-config asciidoc
gawk debhelper dh-systemd init-system-helpers pkg-config asciidoc xmlto
dpkg-buildpackage -b -us -uc -i dpkg-buildpackage -b -us -uc -i
cd .. cd ..
sudo dpkg -i shadowsocks-libev*.deb sudo dpkg -i shadowsocks-libev*.deb
@ -259,7 +259,7 @@ For Unix-like systems, especially Debian-based systems,
e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this:
```bash ```bash
sudo apt-get install build-essential autoconf libtool libssl-dev asciidoc
sudo apt-get install build-essential autoconf libtool libssl-dev asciidoc xmlto
./configure && make ./configure && make
sudo make install sudo make install
``` ```

Loading…
Cancel
Save