summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-26 06:10:53 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-26 06:10:53 +0200
commit1646009724406cd36975f1d25cdb8cfb3a6f7832 (patch)
tree4b48036c12632974a06a424eb805ea232070544c /doc/install
parentb5cc8136127326b953663abda962985d111fa250 (diff)
downloadgitlab-ce-1646009724406cd36975f1d25cdb8cfb3a6f7832.tar.gz
Add pkg-config as required dependency for rugged
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 77ce78025d7..91bc7b02878 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -49,7 +49,7 @@ up-to-date and install it.
Install the required packages (needed to compile Ruby and native extensions to Ruby gems):
- sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils cmake
+ sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake
Make sure you have the right version of Git installed