From 4f852759a23135dc8c4c3c61eded64f666fef7e7 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Thu, 25 May 2017 22:54:07 +0200 Subject: Remove text that no longer applies from the README. --- README | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README b/README index 53430cb..89a7d70 100644 --- a/README +++ b/README @@ -33,14 +33,6 @@ Building: This should build DMagick (DMagick.lib) and generate the Import import library (MagickCore.lib) needed to link with the dll. - If another version then the latest is used the used version needs - to be set in the DFLAGS variable of the make file. - make -f windows.mak DFLAGS="-version=MagickCore_$$$ -version=Quantum$$" - Where the $$$ after MagickCore_ represent the major.minor.maintenance - version of ImageMagick without the dots. - For Quantum the $$ stands for eighter 8, 16, 32, or 64 whitch - correspondes to the quantum depth used by ImageMagick 16 is the default. - Building Applications using DMagick: ==================================== @@ -56,11 +48,3 @@ Building Applications using DMagick: When using the latest version of ImageMagick only the libs need to be passed to the compiler. dmd myapp.d -L DMagick.lib MagickCore.lib - -When not using pkg-config or when not using the latest vewrsion on Windows -the ImageMagick version needs to be passed to the compiler using -"-version=MagickCore_$$$" and "-version=Quantum$$". Where the $$$ after -MagickCore_ represent the major.minor.maintenance version of ImageMagick -without the dots. -For Quantum the $$ stands for eighter 8, 16, 32, or 64 whitch -correspondes to the quantum depth used by ImageMagick 16 is the default. -- cgit v1.2.3