Commit 01c65ac58631474d3b96bb253dfd32b046f8dd30

Authored by Jacob Vosmaer
1 parent e7b6a42f

Include full dependencies for Git compilation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -88,7 +88,7 @@ Is the system packaged Git too old? Remove it and compile from source.
88 88 sudo apt-get remove git-core
89 89  
90 90 # Install dependencies
91   - sudo apt-get install -y libexpat1-dev gettext
  91 + sudo apt-get install -y libcurl4-openssl-dev libexpat1-dev gettext libz-dev libssl-dev build-essential
92 92  
93 93 # Download and compile from source
94 94 cd /tmp
... ...