tkd - basic compilation problem

Paul via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jul 1 12:48:13 PDT 2015


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!


More information about the Digitalmars-d-learn mailing list