如何在启用 Tk 的情况下编译 Ruby 1.9.2?
目前尚不清楚(至少从我阅读的文档来看)如何在 Tk 支持下编译 ruby 1.9.2。
你能解释一下如何编译(在linux、fedora上)吗?
It is not clear (at least from the docs I read) how to compile ruby 1.9.2 with Tk support.
Could you explain how to compile (on linux, fedora) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Fedora 上,您安装软件包,不需要编译它们中的任何一个。
使用RVM安装Ruby 1.9.2,例如:
http://beginrescueend.com/rvm/install/
和
http://beginrescueend.com/integration/tk/
特别是这样做:
rvm install 1.9.2 --enable-pthread
on Fedora you install packages, you don't need to compile either of them.
Use RVM to install Ruby 1.9.2 , e.g.:
http://beginrescueend.com/rvm/install/
and
http://beginrescueend.com/integration/tk/
in particular do this:
rvm install 1.9.2 --enable-pthread