Commit 34b624147495df4dd1b15c91a640515c693f243d

Authored by Arthur Schreiber
1 parent fa8219e0

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).
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/installation.md
... ... @@ -55,7 +55,7 @@ The installation consists of 6 steps:
55 55 sudo apt-get update
56 56 sudo apt-get upgrade
57 57  
58   - 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
  58 + 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
59 59  
60 60 # 2. Install ruby
61 61  
... ...