How to compile Ruby 1.9.2 with Tk enabled?
It is not clear (at le开发者_JS百科ast from the docs I read) how to compile ruby 1.9.2 with Tk support.
Could you explain how to compile (on linux, fedora) ?
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
精彩评论