On Wednesday, 1 July 2015 at 18:38:27 UTC, Jordi Sayol wrote:
For shared linking against libphobos2.so and libtkd.so:
$ dmd `pkg-config --cflags --libs tkd`
-J/usr/share/libtkd-doc/example/media/
/usr/share/libtkd-doc/example/example.d
For static linking against libphobos2.a and libtkd.a:
$ dmd `pkg-config --cflags --libs tkd-static`
-J/usr/share/libtkd-doc/example/media/
/usr/share/libtkd-doc/example/example.d
Thank you Jordi, I've got everything installed ok now but those
linking instructions might come in very handy!