From fd957399a181a168a46f047a9a880f0848379023 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Tue, 15 Nov 2011 22:23:23 +0100 Subject: Missing the pkg config name in the README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1246542..332fa0f 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ Building Applications using DMagick: It's advised to use pkg-config when building applications using DMagick as distrobutions usualy don't include the latest version of ImageMagick. - dmd myapp.d `pkg-config --cflags --libs` + dmd myapp.d `pkg-config --cflags --libs DMagick` Windows: -------- -- cgit v1.2.3