From 34b624147495df4dd1b15c91a640515c693f243d Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Thu, 12 Apr 2012 19:05:19 +0300 Subject: [PATCH] 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). --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 823bd483..f9da6ddb 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