Include full dependencies for Git compilation

This commit is contained in:
Jacob Vosmaer 2013-10-22 14:43:00 +02:00
parent e7b6a42f26
commit 01c65ac586
1 changed files with 1 additions and 1 deletions

View File

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