Created
July 19, 2012 07:11
-
-
Save xuxiaodong/3141266 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Requirements for Linux ( DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=12.04 | |
DISTRIB_CODENAME=precise | |
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS" ) | |
NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) | |
This is the *original* / standard Ruby Language Interpreter | |
'ree' represents Ruby Enterprise Edition | |
'rbx' represents Rubinius | |
bash >= 4.1 required | |
curl is required | |
git is required (>= 1.7 for ruby-head) | |
patch is required (for 1.8 rubies and some ruby-head's). | |
To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), | |
then you must install and use rvm 1.8.7 first. | |
Additional Dependencies: | |
# For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following: | |
ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion | |
# For JRuby, install the following: | |
jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless | |
jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk | |
# For IronRuby, install the following: | |
ironruby: /usr/bin/apt-get install curl mono-2.0-devel | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment