Skip to content

Binary rubies for use with RVM (Ruby Version Manager)

Notifications You must be signed in to change notification settings

speedinternet/binary-rubies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binary-rubies

Binary rubies for use with RVM

Installation

  • Download the selected package to a temporary directory
  • Install the binaries using rvm mount -r /path/or/url/of/package

Informations

Binary rubies created using the following RVM commands

rvm --debug install --skip-gemsets --movable VERSION_NUMBER
rvm --debug prepare --path VERSION_NUMBER

Warning

Altho it could be tempting to clone this repository, i must warn you that it contains ALOT of files and is of considerable size. To solve this, you can clone a branch called scripts-only which will allow to clone the repo without all the already compiled binary files.

git clone -b scripts-only --single-branch https://github.com/speedinternet/binary-rubies.git

Credits/Thanks

  • RVM - Ruby version manager
  • GNU Parallel - Shell tool for executing jobs in parallel