A
Asfand Yar Qazi
Hi,
How can I create a relocatable Ruby executable? Meaning, that I can
distribute a copy of it along with the modules I need with a binary app I am
embedding Ruby into. I'm considering both actually programatically embedding
Ruby into my app using libruby.a or whatever, as well as making my app an
extension library run by the Ruby executable - if you could give details of
both, I'd be grateful.
Thanks
How can I create a relocatable Ruby executable? Meaning, that I can
distribute a copy of it along with the modules I need with a binary app I am
embedding Ruby into. I'm considering both actually programatically embedding
Ruby into my app using libruby.a or whatever, as well as making my app an
extension library run by the Ruby executable - if you could give details of
both, I'd be grateful.
Thanks