如何在 x64 Linux 上安装 Ruby Shoes?
我最近发现了 Ruby Shoes,这对于像我这样的初学者来说听起来相当有用。 唯一的问题是我的笔记本电脑是 x64,而唯一的 Linux 软件包是 i686。 无论如何,我尝试了它,但它对我不起作用,我一直收到错误。 当然,我没想到它会起作用,但是还有办法在 x64 Linux 上获取 Shoes 吗? 谢谢!
I recently discovered Ruby Shoes, which sounds rather useful for a beginner like me. The only the problem is that my laptop is x64, while the only Linux package is i686. I tried it anyway and it didn't work for me, I kept getting an error. I didn't expect it to work, of course, but is there still a way to get Shoes on x64 Linux? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
似乎没有适用于 Linux 的 64 位软件包,因此如果您的发行版没有打包 Shoes,您需要自己编译它。 这并不像听起来那么可怕!
首先,确保您拥有正确的开发库:
如果我知道你正在使用什么发行版,我可以得到更具体的信息。 准备就绪后,从 shoooes.net 获取 tarball 并解压。
然后,进入目录并运行
这将构建项目。 假设此操作成功完成,请运行
如果您需要进一步帮助编译此内容,请考虑加入邮件列表< /a>
或 irc.freenode.net 上的 #shoes
There doesn't appear to be a 64-bit package for Linux, so if your distro doesn't package shoes you'll need to compile it yourself. This isn't as scary as it sounds!
First, make sure you have the proper development libraries:
I can get more specific if I knew what distribution you're using. Once you're ready, grab the tarball from shoooes.net and unpack it.
Then, enter the directory and run
this will build the project. Assuming this completes successfully, run
If you need further help compiling this, consider joining the mailing list
or #shoes on irc.freenode.net
我正在使用 Fedora Core 10。这是我尝试构建它时得到的结果。
或者...
另外,我查看了存储库,但 Ruby Shoes 不在其中。
I'm using Fedora Core 10. Here's what I get when I attempt building it.
Alternatively...
Also, I've looked in the repo's, and Ruby Shoes isn't in it.
我尝试了上面的说明。 我
显然已经安装了 libjpeg。
I tried the instructions above. I got
Obviously I do have libjpeg installed.