T
Thomas Sondergaard
I'm using mkmf to generate a makefile for my ruby extension, but my
extension relies on a few ruby scripts that will also need to be installed.
What is the recommended approach for getting these additional files
installed?
The easiest is to make an install.rb that invokes 'make site-install' to
install the extension module and installs the rest by itself.
Thomas
extension relies on a few ruby scripts that will also need to be installed.
What is the recommended approach for getting these additional files
installed?
The easiest is to make an install.rb that invokes 'make site-install' to
install the extension module and installs the rest by itself.
Thomas