Missing build dependencies
bzlib2-devel is also required and zlib-devel was spelled wrong.pull/991/head
parent
706282faf6
commit
714f387f4b
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue