Skip to content

Commit

Permalink
Add definition for MagLev
Browse files Browse the repository at this point in the history
  • Loading branch information
jc00ke committed Nov 1, 2011
1 parent 495b248 commit 929711f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bin/ruby-build
Expand Up @@ -167,6 +167,20 @@ build_package_rbx() {
} >&4 2>&1
}

build_package_maglev() {
build_package_copy

{ cd "${PREFIX_PATH}"
./install.sh
} >&4 2>&1
echo
echo "Using another Ruby (Rubinius 1.2.4 or 2.0.0x, MRI, etc)"
echo "from within $PREFIX_PATH run"
echo "/path/to/that/other/rake build:maglev"
echo
echo "Run 'maglev start' to start up the stone before using 'maglev-ruby' or 'maglev-irb'"
}

build_package_jruby() {
build_package_copy
cd "${PREFIX_PATH}/bin"
Expand Down
1 change: 1 addition & 0 deletions share/ruby-build/maglev-1.0.0
@@ -0,0 +1 @@
install_package "MagLev-1.0.0" "http://glass-downloads.gemstone.com/maglev/MagLev-1.0.0.tar.gz" maglev

0 comments on commit 929711f

Please sign in to comment.