From: Tim Mcd Date: 2009-02-13T03:22:03+09:00 Subject: Re: Manually built library to be required? Tim Mcd wrote: > I manually built the Chipmunk ruby library, and now I have this > directory list: Chipmunk-4.1.0/ruby > And in this 'ruby' dir is a bunch of .c, .o, .h, and a .bundle. I can > 'require 'chipmunk' when I am in the ruby dir, but not if I am anywhere > else. Is there a place I should put the .bundle and all the other files > so that I can use this library from anywherE? Is all I need to move the chipmunk.bundle? -- Posted via http://www.ruby-forum.com/.