Skip to content

Commit b440409

Browse files
committed
Add missing automake package to deb-based UNIX install instructions.
1 parent 4077ad2 commit b440409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Dependency Build Instructions: Ubuntu & Debian
6161
----------------------------------------------
6262
Build requirements:
6363

64-
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev bsdmainutils
64+
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
6565

6666
On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the
6767
individual boost development packages, so the following can be used to only

0 commit comments

Comments
 (0)