Add more dependencies that are needed on Debian 6

pull/743/head
John Shahid 2014-07-15 12:58:09 -04:00
parent 9820ce4f74
commit 89b6da1015
1 changed files with 5 additions and 2 deletions

View File

@ -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: