Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added libyaml-dev to ruby deps on Ubantos.
  • Loading branch information
wayneeseguin committed Nov 22, 2010
1 parent c0035f8 commit 4a69e53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/notes
Expand Up @@ -41,9 +41,10 @@ dependencies:
jruby: aptitude install curl sun-java6-bin sun-java6-jre sun-java6-jdk
# For Ruby (MRI & ree) you should install the following OS dependencies:
ruby: aptitude install build-essential bison openssl libreadline5 libreadline5-dev curl git zlib1g zlib1g-dev libssl-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev
ruby: aptitude install build-essential bison openssl libreadline5 libreadline5-dev curl git zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev autoconf
ruby-head: git subversion autoconf
# In addition to ruby: dependencies,
ruby-head: subversion
# For IronRuby (if you wish to use it) you will need:
ironruby: aptitude install curl mono-2.0-devel
Expand Down Expand Up @@ -73,8 +74,8 @@ dependencies:
rvm: bash curl git
# For Ruby (MRI & Ree) you should install the following OS dependencies:
ruby: pacman -Sy --noconfirm patch curl bison zlib readline libxml2 git make
ruby-head: pacman -Sy --noconfirm subversion autoconf diffutils patch bison make
ruby: pacman -Sy --noconfirm patch curl bison zlib readline libxml2 git autoconf diffutils patch bison make
ruby-head: pacman -Sy --noconfirm subversion
# For JRuby (if you wish to use it) you will need:
jruby: pacman -Sy --noconfirm jdk jre curl
Expand Down

0 comments on commit 4a69e53

Please sign in to comment.