Building from source for use with VS2015

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
eldiener
Posts: 10
Joined: 2012-03-29T08:15:10-07:00
Authentication code: 8675308

Building from source for use with VS2015

Post by eldiener »

Can IM be built from source for use with Visual Studio 2015 ? If so, how ? I want to program with it and Magick++ in VS2015.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Building from source for use with VS2015

Post by snibgo »

I suggest you search these forums for "Visual Studio".
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Building from source for use with VS2015

Post by fmw42 »

I am not a Windows user, but see

http://www.imagemagick.org/script/insta ... hp#windows
http://legacy.imagemagick.org/script/in ... hp#windows

Please do not post multiple times about the same issue
eldiener
Posts: 10
Joined: 2012-03-29T08:15:10-07:00
Authentication code: 8675308

Re: Building from source for use with VS2015

Post by eldiener »

fmw42 wrote:I am not a Windows user, but see

http://www.imagemagick.org/script/insta ... hp#windows
http://legacy.imagemagick.org/script/in ... hp#windows

Please do not post multiple times about the same issue
I figure out how to do it. Thanks !
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Building from source for use with VS2015

Post by snibgo »

If you'd like to say how, that might help other users.
snibgo's IM pages: im.snibgo.com
eldiener
Posts: 10
Joined: 2012-03-29T08:15:10-07:00
Authentication code: 8675308

Re: Building from source for use with VS2015

Post by eldiener »

After you run 'configure' you just open the generated .sln file with VS2015. VS2015 will upgrade the solution file and the project files to VS2015 format.
Post Reply