开发者

How to package a Ruby application?

I've got an applicati开发者_JS百科on in Ruby that uses the Qt 4 bindings. I want to be able to package and release it.

I've looked at other applications such as rake and puppet to see how they're packaged. Both rake and puppet are packaged as gems. I started going down this route when I realized that both rake and puppet are more system level tools rather than user-level applications.

I also looked at orca, but it's windows only.

Are there other options available for packaging a Ruby GUI app other than gem or orca? I'd like something that's cross platform.


Take a look at the platform specification for gems. You can package up a gem for each platform that your code supports.

Some gems consist of pre-compiled code (“binary gems”). It’s especially important that they set the platform attribute appropriately.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜