如何在启用 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) ?
目前尚不清楚(至少从我阅读的文档来看)如何在 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) ?
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
在 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