Add more dependencies that are needed on Debian 6
parent
9820ce4f74
commit
89b6da1015
|
@ -63,11 +63,14 @@ Build on Linux
|
|||
|
||||
You'll need the following dependencies:
|
||||
|
||||
sudo apt-get install mercurial bzr protobuf-compiler flex bison valgrind g++ make autoconf libtool libz-dev libbz2-dev
|
||||
sudo apt-get install mercurial bzr protobuf-compiler flex bison \
|
||||
valgrind g++ make autoconf libtool libz-dev libbz2-dev curl \
|
||||
rpm build-essential git
|
||||
|
||||
or on Red Had-based distros:
|
||||
|
||||
sudo yum install hg bzr protobuf-compiler flex bison valgrind g++ make autoconf libtool zlib-dev bzip2-libs
|
||||
sudo yum install hg bzr protobuf-compiler flex bison valgrind g++ \
|
||||
make autoconf libtool zlib-dev bzip2-libs
|
||||
|
||||
To build run the following:
|
||||
|
||||
|
|
Loading…
Reference in New Issue