summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Wey2017-05-25 22:54:07 +0200
committerMike Wey2017-05-25 22:54:07 +0200
commit4f852759a23135dc8c4c3c61eded64f666fef7e7 (patch)
tree7273d432490ecb26d21afb4296fbb3c672aa6a87 /README
parente59e3e8973c1acb1e4548c17b945eae4d68ef4d5 (diff)
Remove text that no longer applies from the README.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 0 insertions, 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.