Skip to content

Commit

Permalink
added information for 10.6 ree and tk
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Walters committed Nov 2, 2010
1 parent 8b1a947 commit 06ad660
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/integration.haml
Expand Up @@ -38,6 +38,8 @@
%a{:href => "/integration/qtruby/"} QT Ruby
%li
%a{:href => "/integration/teamcity"} TeamCity
%li
%a{:href => "/integration/tk/"} Tk
%li
%a{:href => "/integration/vim/"} Vim

Expand Down
19 changes: 19 additions & 0 deletions content/integration/tk.haml
@@ -0,0 +1,19 @@
= breadcrumbs "Integration", "Tk"

%h2
Tk

%p
To get RVM working with Tk you will need ActiveState's Tcl/Tk distribution. You will then need to reinstall your RVM Ruby to take advantage of Tk.

For instance, to do this with Ruby Enterprise Edition you would do something like this:

%pre.code
:preserve
rvm install ree-1.8.7-2010.02 -C --enable-pthread

Now, if you fire up IRB you'll be able to:

%pre.code
:preserve
require 'tk'
2 changes: 2 additions & 0 deletions layouts/rvm.haml
Expand Up @@ -239,6 +239,8 @@
%a{:href => "/integration/macports/"} MacPorts
%li
%a{:href => "/integration/qtruby/"} QT Ruby
%li
%a{:href => "/integration/tk/"} Tk
%li
%a{:href => "/integration/vim/"} Vim

Expand Down

0 comments on commit 06ad660

Please sign in to comment.