Added autoconf and libtool for Debian/Ubuntu

Brian Behlendorf 2016-10-31 09:25:28 -07:00
parent 5bda842d48
commit ff7dbf2b75
1 changed files with 1 additions and 1 deletions

@ -15,7 +15,7 @@ Be aware that when building directly from a git repository you must first run th
For Debian and Ubuntu:
```
$ sudo apt-get install build-essential gawk alien fakeroot gdebi linux-headers-$(uname -r)
$ sudo apt-get install build-essential autoconf libtool gawk alien fakeroot gdebi linux-headers-$(uname -r)
$ sudo apt-get install zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libudev-dev parted lsscsi wget ksh
```