Commit f003abf729570bb3b55a27b18e59c58c8698f5b8
1 parent
652d28f5
Exists in
master
and in
4 other branches
libreadline-gplv2-dev >> libreadline6-dev
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/installation.md
... | ... | @@ -60,7 +60,7 @@ Also read the [Read this before you submit an issue](https://github.com/gitlabhq |
60 | 60 | sudo apt-get update |
61 | 61 | sudo apt-get upgrade |
62 | 62 | |
63 | - sudo apt-get install -y wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-gplv2-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip libyaml-dev sendmail | |
63 | + sudo apt-get install -y wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline6-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip libyaml-dev sendmail | |
64 | 64 | |
65 | 65 | # If you want to use MySQL: |
66 | 66 | sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev | ... | ... |