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-07-20 17:57:09 +0000
commit1b9268eb2945127fbd0d045aca31b52a86daa033 (patch)
tree6f7a2471295c61c2b09be0c698745341b3b6a32d
parent508f41b87413d5e06691c88451b236c5559ddadd (diff)
parent7089882e5911bc6ad775f935eee15cdb4f6fce41 (diff)
downloadgitlab-ce-1b9268eb2945127fbd0d045aca31b52a86daa033.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 5e981b0b3e7..8ded607bcab 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: