How I got Tcl/Tk working with Ruby on OS X

P

Phil

In case anyone is having trouble with this:

Download the source for Tcl 8.4.16, Tk 8.4.16, and Ruby 1.8.6.

Rename the source directories to tcl, tk, and ruby.

cd tcl/macosx
../configure
make >& make.log
sudo make install

cd tk/macosx
../configure
make >& make.log
sudo make install

cd ruby
../configure --enable-tcltk-framework --with-tcltk-framework=/Library/
Frameworks --with-tcl-framework-header=/Library/Frameworks/
Tcl.framework/Headers --with-tk-framework-header=/Library/Frameworks/
Tk.framework/Headers --enable-pthread
make >& make.log
sudo make install
 
U

Une Bévue

Phil said:
Download the source for Tcl 8.4.16, Tk 8.4.16, and Ruby 1.8.6.

and what to do with an already installed ruby 1.8.6 under /opt
(MacPorts) ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top