Skip to content

domcloud/ruby-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Builder

This repo means to aid hosting of compiled Ruby for a specific environment. This repo exists because currently nobody updating RVM compiled binaries.

Compiling Binaries

Clone this project and run make all. The compiled rubies will be inside public dir.

To use the compiled rubies, extract it to ~/.rvm/rubies and run rvm alias create default <version>.

tar -xzf ruby-3.4.1.tar.gz -C ~/.rvm/rubies
rvm alias create default ruby-3.4.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published