开发者

How to compile Ruby 1.9.2 with Tk enabled?

开发者 https://www.devze.com 2023-01-23 15:01 出处:网络
It is not clear (at le开发者_JS百科ast from the docs I read) how to compile ruby 1.9.2 with Tk support.

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.

  1. 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

0

精彩评论

暂无评论...
验证码 换一张
取 消