Missing build dependencies

bzlib2-devel is also required and zlib-devel was spelled wrong.
pull/991/head
Brennan Ashton 2014-09-30 14:01:38 -07:00
parent 706282faf6
commit 714f387f4b
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ You'll need the following dependencies:
on Red Hat-based distros:
sudo yum install mercurial bzr protobuf-compiler flex bison valgrind \
gcc-c++ libstdc++-static make autoconf libtool zlib-dev bzip2-libs
gcc-c++ libstdc++-static make autoconf libtool zlib-devel bzip2-libs \
bzlib2-devel
To build run the following: