Updated Building ZFS (markdown)

Brian Behlendorf 2016-06-16 13:55:20 -07:00
parent e181c83483
commit 0a846ed21d
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ The first thing you'll need to do is prepare your environment by installing a fu
For Debian and Ubuntu:
```
sudo apt-get install build-essential gawk alient fakeroot linux-headers-$(uname -r)
sudo apt-get install build-essential gawk alien fakeroot linux-headers-$(uname -r)
sudo apt-get install zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libudev-dev
sudo apt-get install parted lsscsi ksh
```