Install from Windows source --without-PACKAGE

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
appoles
Posts: 1
Joined: 2016-02-10T11:48:46-07:00
Authentication code: 1151

Install from Windows source --without-PACKAGE

Post by appoles »

Sorry in advance if this seems to be a silly question but:
What is the equivalent of --without-PACKAGE / --with-PACKAGE=no for installing from Windows source via msbuild and configure.exe?

Thanks!
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Install from Windows source --without-PACKAGE

Post by dlemstra »

If you want to exclude a delegate from your build you can just delete the folder from the VisualMagick directory.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply