开发者

Installing unpacked ruby gem

开发者 https://www.devze.com 2022-12-23 06:42 出处:网络
I am trying to install the cairo ruby gem on OSX 10.6. There seems to be a bug in the extconf.rb, which I\'ve patched, but now I don\'t know how to create a gem, so I can install it... gem build folde

I am trying to install the cairo ruby gem on OSX 10.6. There seems to be a bug in the extconf.rb, which I've patched, but now I don't know how to create a gem, so I can install it... gem build folder won't work because there is no gemspec file or whatever (I've got absolutely no experience with gems^^), and gem install wants a .gem file...

These are the contents of my unpacked gem:

AUTHORS       ChangeLog     NEWS          Rakefile      e开发者_开发知识库xtconf.rb    pkg-config.rb src           test-unit
COPYING       GPL           README        doc           misc          samples       test

Thanks in advance for your help :)


Have you tried installing it as a plugin? Most gems have a git URI's you can use and do something like:

./script/plugin install abc
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号