OSDN Git Service

Add libyaml-dev to the apt-get install string.
authorArthur Schreiber <schreiber.arthur@gmail.com>
Thu, 12 Apr 2012 16:05:19 +0000 (19:05 +0300)
committerArthur Schreiber <schreiber.arthur@gmail.com>
Thu, 12 Apr 2012 16:05:19 +0000 (19:05 +0300)
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

index 823bd48..f9da6dd 100644 (file)
@@ -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