Ruby Shoes 包装有问题?
Hacketyhack.net 的(Ruby Shoes)包装解决方案不起作用。 谁能指出我的替代方案吗?
The (Ruby Shoes) packaging solution from Hacketyhack.net doesnt work.
Can anyone point me to an alternative?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个托管最新二进制文件的 shoes/shoes github 项目。然而,截至(2009 年 9 月 10 日),打包需要一些补丁来消除对 _why 不再存在的服务器的依赖。
我能够在 Shoes 应用程序文件夹中找到 pack.rb 并将其替换为 这个版本的 pack.rb 之后,我的打包器就能够打包基本的应用程序了。
There is a shoes/shoes github project that hosts the latest binaries. However, as of (Sept 10, 2009) packaging requires a few patches that remove the dependencies on _why's no longer existent server.
I was able to find pack.rb in the Shoes application folder and replace it with this version of pack.rb After that, my packager was able to package basic applications.
这里有一个小教程 Juixe Techknow 博客文章。它很好地介绍了 Ruby Shoes。
There's a small tutorial in this Juixe Techknow blog post. It provides a good introduction to Ruby Shoes.