mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Compile ImageMagick with VS 2015
This commit is contained in:
parent
96800edcfa
commit
04b4838d99
@ -425,17 +425,9 @@ Get the source from: http://www.imagemagick.org/download/windows/ImageMagick-win
|
|||||||
Unzip it and then run::
|
Unzip it and then run::
|
||||||
chmod +x `find . -name '*.exe'`
|
chmod +x `find . -name '*.exe'`
|
||||||
|
|
||||||
Edit VisualMagick/configure/configure.cpp to set
|
|
||||||
|
|
||||||
int projectType = MULTITHREADEDDLL;
|
|
||||||
|
|
||||||
Open configure.sln and build it to create configure.exe
|
Open configure.sln and build it to create configure.exe
|
||||||
|
|
||||||
Run configure.exe set 32/64 bit disable X11 and OpenMP and click the Edit
|
Run configure.exe set 32/64 bit disable OpenMP
|
||||||
magick-baseconfig.h button
|
|
||||||
|
|
||||||
Undefine ProvideDllMain
|
|
||||||
|
|
||||||
Now open VisualMagick/VisualDynamicMT.sln set to Release
|
Now open VisualMagick/VisualDynamicMT.sln set to Release
|
||||||
|
|
||||||
Remove the UTIL_IMdisplay and CORE_Magick++ projects.
|
Remove the UTIL_IMdisplay and CORE_Magick++ projects.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user