Home > Archive > Tcl > April 2007 > X Tk on MacOS X?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| fleet_captain@hotmail.com 2007-04-25, 8:06 am |
| I have tried tk on MacOS, it runs as a natvie app... I want to run it
as an X application (with X11 installed on my Mac), anybody
know of tcl/tk package out there that runs as X?
Thanks
| |
| Neil Madden 2007-04-25, 7:07 pm |
| fleet_captain@hotmail.com wrote:
> I have tried tk on MacOS, it runs as a natvie app... I want to run it
> as an X application (with X11 installed on my Mac), anybody
> know of tcl/tk package out there that runs as X?
You can build Tk from source to get an X11 build. From the unix/
directory do a ./configure --disable-aqua and then make/make install
-- Neil
|
|
|
|
|