Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schreiber <schreiber.arthur@gmail.com>2012-04-12 20:05:19 +0400
committerArthur Schreiber <schreiber.arthur@gmail.com>2012-04-12 20:05:19 +0400
commit34b624147495df4dd1b15c91a640515c693f243d (patch)
tree1bc5f5ee449bdc355cb1143cbbb4935bce0647d2 /doc/installation.md
parentfa8219e0a753e642a6f1dbdfc010d01ae8a949ee (diff)
Add libyaml-dev to the apt-get install string.
If libyaml headers are not installed, YAML will not be correctly compiled (either not at all, or using Syck instead of Psych).
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 823bd483ad6..f9da6ddb2f1 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -55,7 +55,7 @@ The installation consists of 6 steps:
sudo apt-get update
sudo apt-get upgrade
- sudo apt-get install -y git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip sendmail
+ sudo apt-get install -y git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-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
# 2. Install ruby