Tkd - Cross platform GUI toolkit based on Tcl/Tk

Jordi Sayol via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat May 10 10:44:37 PDT 2014


There are new deb packages for "TkD" v1.0.3 beta, available at <http://d-apt.sourceforge.net/>

To install:
$ sudo apt-get install libtkd-dev libtkd-doc

To compile the TkD example (static linking):
$ dmd `pkg-config --cflags --libs tkd-static` -J/usr/share/libtkd-doc/example/media/ /usr/share/libtkd-doc/example/example.d

To compile the TkD example (shared linking):
$ dmd -release `pkg-config --cflags --libs tkd` -J/usr/share/libtkd-doc/example/media/ /usr/share/libtkd-doc/example/example.d

Regards,
-- 
Jordi Sayol


More information about the Digitalmars-d-announce mailing list