Include full dependencies for Git compilation

This commit is contained in:
Jacob Vosmaer
2013-10-23 11:18:24 +02:00
parent e7b6a42f26
commit 01c65ac586
+1 -1
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