[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Download & use TK GUI application

Pranjal Jain

5/27/2008 5:35:00 AM

HI Everybody;
Can anyone tell me from where I can download TK & use it in Ruby. Which
is the current stable version of TK; compatible with Ruby.

Thankx in advance :)
--
Posted via http://www.ruby-....

3 Answers

kranthi reddy

5/27/2008 5:46:00 AM

0

[Note: parts of this message were removed to make it a legal post.]

Hi,
I think this tutorail has some useful informtaion about ruby tk.
http://ruby.about.com/od/desktop/p/r...
cheers,
kranthi.
On Tue, May 27, 2008 at 11:04 AM, Pranjal Jain <pranjal.jain123@gmail.com>
wrote:

> HI Everybody;
> Can anyone tell me from where I can download TK & use it in Ruby. Which
> is the current stable version of TK; compatible with Ruby.
>
> Thankx in advance :)
> --
> Posted via http://www.ruby-....
>
>

Ron Fox

5/27/2008 11:49:00 AM

0

Can't tell you which version to use. Where to get Tcl/Tk most easily to
support RubyTk depends on your platform:
1. Most linuxes/unixes have pre-built Tcl/Tk packages and you should
install the one for your distribution e.g on Debian derived systems
as root:
apt-get install tcl tk tcl-dev tk-dev

2. On windows, I suggest using the ActiveState activetcl if you are not
redistributing see www.activestate.com click the language
distributions tab towards the top of the page. Note that you need an
OEM license to redistribute ActiveTcl.

Ron (Tcl 2008 Program Chair) Fox.

Pranjal Jain wrote:
> HI Everybody;
> Can anyone tell me from where I can download TK & use it in Ruby. Which
> is the current stable version of TK; compatible with Ruby.
>
> Thankx in advance :)

Alexander Fleck

5/28/2008 1:21:00 PM

0

That depends on the platform you' re using.
W or Linux