summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-07-20 17:57:09 +0000
committerRémy Coutable <remy@rymai.me>2017-08-01 10:08:50 +0200
commitf4188f5bd748ee657065903cd2bc82dbe7fab5cc (patch)
tree6b1802fa96d5944237e8ea4bac77cfe9fa34ff44
parentdd4c4432d572d78b263867e4ef131c4f6e9f363b (diff)
downloadgitlab-ce-f4188f5bd748ee657065903cd2bc82dbe7fab5cc.tar.gz
Merge branch 'fix-docs-re2-install' into 'master'
Add libre2-dev to the list of dependencies Closes #35342 See merge request !12996
-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 5615b2a534b..beaef41e805 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -64,7 +64,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 checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake
+ sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libre2-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake
If you want to use Kerberos for user authentication, then install libkrb5-dev: