this post was submitted on 20 Jun 2023
3 points (100.0% liked)

Ruby Programming Language

225 readers
1 users here now

founded 4 years ago
MODERATORS
 

I love using Ruby, but one problem I have always had is distributing my programs made with it.

I would love to be able to distribute a version of Ruby in an AppImage; I want to make programs for the Steam Deck, and for most users this requires programs to be locally installed only. AppImages are perfect for this.

I managed to make an AppImage running an ancient version of Ruby from the PortableRuby project, but I would like to be able to use modern Ruby. Are there any tips/tricks I should know to compile a portable version?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

If only you could use embedded ruby or ruby on docker