From 1e1792b580eed146571e70a1f5b2e98013969781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E6=99=93=E4=BB=95?= Date: Mon, 6 Feb 2017 03:05:27 -0600 Subject: [PATCH] Update README.md (#1208) I found that `automake` must be installed because we will use the `aclocal` command later, which is included in `automake`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e07e6add..99373f4b 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: ```bash # Debian / Ubuntu -sudo apt-get install --no-install-recommends gettext build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libudns-dev +sudo apt-get install --no-install-recommends gettext build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libudns-dev automake # CentOS / Fedora / RHEL sudo yum install gettext gcc autoconf libtool automake make asciidoc xmlto udns-devel libev-devel # Arch