-
Notifications
You must be signed in to change notification settings - Fork 184
Rubinius
postmodern edited this page Dec 12, 2012
·
41 revisions
Rubinius is an alternate Ruby implementation, built on LLVM and backed by RubySpec.
| Operating System | Command |
|---|---|
| Debian |
|
| Ubuntu |
|
| RedHat / Fedora |
|
| Mac OS X |
|
wget -O rubinius-release-2.0.0-rc1.tar.gz https://github.com/rubinius/rubinius/archive/release-2.0.0-rc1.tar.gz
tar -xzvf rubinius-release-2.0.0-rc1.tar.gz
cd rubinius-release-2.0.0-rc1
./configure --prefix=/opt/rubies/rubinius-2.0.0-rc1
rake
sudo rake install