From 01c65ac58631474d3b96bb253dfd32b046f8dd30 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 22 Oct 2013 14:43:00 +0200 Subject: [PATCH] Include full dependencies for Git compilation --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index c5086c2ee5d..f97954b5da9 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -88,7 +88,7 @@ Is the system packaged Git too old? Remove it and compile from source. sudo apt-get remove git-core # Install dependencies - sudo apt-get install -y libexpat1-dev gettext + sudo apt-get install -y libcurl4-openssl-dev libexpat1-dev gettext libz-dev libssl-dev build-essential # Download and compile from source cd /tmp