From d87dc1d642bd33c3a1bd6602b2f07fe5202190a3 Mon Sep 17 00:00:00 2001 From: Kim Date: Sun, 5 Feb 2017 14:10:56 +0800 Subject: [PATCH] fixed missing apt pkg: automake (#1195) With the `--no-install-recommends` option, `apt` command will not install `automake` package automatically as recommended package of `autoconf`. So it should be installed clearly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5340e22..e07e6add 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ section below. ``` bash cd shadowsocks-libev -sudo apt-get install --no-install-recommends gettext build-essential autoconf libtool \ +sudo apt-get install --no-install-recommends gettext build-essential autoconf automake libtool \ gawk debhelper dh-systemd init-system-helpers pkg-config asciidoc xmlto apg libpcre3-dev \ libev-dev libudns-dev dh-autoreconf ./autogen.sh && dpkg-buildpackage -b -us -uc -i