diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-03 13:53:17 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-03 13:53:46 +0100 |
commit | 5548d9cb11c8e66fa4913aba5e7d28acc2c5a9d0 (patch) | |
tree | 86525e2de5f3707040ec77d7e10dc6307580753d /doc | |
parent | 54a550bef8a8f92b86af318962f8a75bbdef2c4a (diff) | |
parent | b4404090259be4e34ef5dba33e47a41e7d9acc03 (diff) |
Merge pull request #7152
b440409 Add missing automake package to deb-based UNIX install instructions. (Matt Bogosian)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 159a140608..31bbab7f0f 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -61,7 +61,7 @@ Dependency Build Instructions: Ubuntu & Debian ---------------------------------------------- Build requirements: - sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev bsdmainutils + sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the individual boost development packages, so the following can be used to only |