From 1f5b0eacf2416dc6cea91c6efece16433d8668d5 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Mon, 4 Jul 2016 18:32:48 +0800 Subject: [PATCH] Fix dependency issue --- .travis.yml | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff455e40..076fdb48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ addons: apt: packages: - asciidoc + - xmlto script: "./configure && make" branches: only: diff --git a/README.md b/README.md index 8c03c1a4..16e8904b 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ section below. ``` bash cd shadowsocks-libev 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 cd .. 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: ```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 sudo make install ```