Skip to content

Commit

Permalink
Adds zlib1g-dev Debian package build dependency
Browse files Browse the repository at this point in the history
When building from source in Debian, zlib1g-dev is needed or else
'/usr/bin/ld: cannot find -lz' error will occur.
  • Loading branch information
Alexandros committed Feb 16, 2017
1 parent 5f354e5 commit 4ee5449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ apt-get -t jessie-backports install linux-base linux-image-4.8.0-0.bpo.2-amd64
apt-get install debhelper cmake libllvm3.8 llvm-3.8-dev libclang-3.8-dev \
libelf-dev bison flex libedit-dev clang-format-3.8 python python-netaddr \
python-pyroute2 luajit libluajit-5.1-dev arping iperf netperf ethtool \
devscripts
devscripts zlib1g-dev
```

#### Sudo
Expand Down

0 comments on commit 4ee5449

Please sign in to comment.