[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Manually built library to be required?

Tim Mcd

2/12/2009 5:51:00 PM

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?
--
Posted via http://www.ruby-....

1 Answer

Tim Mcd

2/12/2009 6:22:00 PM

0

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-....