代码拉取完成,页面将自动刷新
同步操作将从 openKylin/imagemagick 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
This document describes the requirements and instructions to build ImageMagick
for Windows on your own machine.
Requirements
o Visual Studio 2013 (or newer)
o Git for Windows
o AMD APP SDK (optional
for OpenCL support)
Install Visual Studio dependencies
To build ImageMagick with Visual Studio the following components should
be installed:
o Desktop development with C++ (workload)
o Visual C++ ATL for x86 and x64
o Visual C++ MFC for x86 and x64
o Windows XP support for C++ (optional if the output needs to run on Windows
XP)
Naming of these components might differ between version of Visual Studio. The
example above use the Visual Studio 2017 names.
Clone the dependencies
The ImageMagick library is build with a number of third party libraries. Run
CloneRepositories.cmd to clone these libraries and the ImageMagick library.
Build configure.exe
One of the folders that was created in the previous step is called VisualMagick
and this folder contains a folder called configure. This folder contains a
solution configure.sln. Open this solution with Visual Studio and start a
Release build of the project. This will create a file called configure.exe in
the folder. Running this program will start a Wizard that allows configuration
of ImageMagick and its individual components.
Build ImageMagick
Depending on which options where chosen when running configure.exe one of
the following solutions will be created in the VisualMagick folder:
o VisualDynamicMT.sln (Dynamic Multi-threaded DLL runtimes)
o VisualStaticMTD.sln (Static Multi-threaded DLL runtimes)
o VisualStaticMT.sln (Static Multi-threaded runtimes)
Open the solution to start building ImageMagick. The binaries will be created
in the VisualMagick\bin folder.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。