Browse Source

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.
pull/1201/head
Kim 8 years ago
committed by Max Lv
parent
commit
d87dc1d642
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
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

Loading…
Cancel
Save