On Tuesday, 30 June 2015 at 14:28:49 UTC, Paul wrote:
Using dub I get this during linking:Building tkd-test ~master configuration "application", build type debug.Compiling using dmd... Linking... /usr/bin/ld: cannot find -ltcl /usr/bin/ld: cannot find -ltk ...any suggestions please?
You need to install the libraries. Ex `sudo apt-get install libtcl8.5 libtk8.5`