Installing ruby extensions

I’m glad you brought that up. How do I disable that behavior? Is it
possible? I have a couple of extensions where I put both C and Ruby source
under lib, but I only want one or the other installed.

Regards,

Dan

···

-----Original Message-----
From: nobu.nokada@softhome.net [mailto:nobu.nokada@softhome.net]
Sent: Wednesday, September 17, 2003 6:10 PM
To: ruby-talk@ruby-lang.org
Subject: Re: Installing ruby extensions

Hi,

At Thu, 18 Sep 2003 01:30:59 +0900, > Thomas Sondergaard wrote:

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?

Put the scripts under lib directory. Makefile generated by
mkmf.rb will install “lib/**/*.rb” also.


Nobu Nakada

Hi,

···

At Thu, 18 Sep 2003 11:26:33 +0900, Berger, Daniel wrote:

I’m glad you brought that up. How do I disable that behavior? Is it
possible? I have a couple of extensions where I put both C and Ruby source
under lib, but I only want one or the other installed.

Only Ruby scripts will be installed.


Nobu Nakada