Tkd - Cross platform GUI toolkit based on Tcl/Tk

Gary Willoughby via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat May 10 11:16:49 PDT 2014


On Saturday, 10 May 2014 at 17:44:53 UTC, Jordi Sayol via 
Digitalmars-d-announce wrote:
>
> 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,

Very nice, thanks for your hard work in doing this. Let's see if 
people start to use it. :)


More information about the Digitalmars-d-announce mailing list