From 89b6da1015b1c1bf5cf0cc9e5354c0d8cf9602fe Mon Sep 17 00:00:00 2001 From: John Shahid Date: Tue, 15 Jul 2014 12:58:09 -0400 Subject: [PATCH] Add more dependencies that are needed on Debian 6 --- docs/contributing.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 5a5262b614..1cc86678a1 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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: