This repository has been archived by the owner. It is now read-only.
vadrer/tcl-bridge
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=head1 tcl-bridge
tcl-bridge makes available tcl/tk for Parrot in a form of ordinary
usage of corresponding shared library (libtcl8.5.so, or tcl85.dll, etc)
Tcl/Tk binaries should be installed on the system, and this will provide
parrot with a Tk GUI.
=head2 Build, install
=head3 From source:
$ parrot setup.pir
$ parrot setup.pir test
$ sudo parrot setup.pir install
=head3 Via Plumage:
$ plumage install tcl-bridge
=head2 Links
The project is hosted at http://github.com/vadrer/tcl-bridge