https://github.com/imagemagick/dependencies
Build of the Dependencies of ImageMagick.
https://github.com/imagemagick/dependencies
Last synced: 14 days ago
JSON representation
Build of the Dependencies of ImageMagick.
- Host: GitHub
- URL: https://github.com/imagemagick/dependencies
- Owner: ImageMagick
- Created: 2025-06-16T18:39:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T12:59:43.000Z (15 days ago)
- Last Synced: 2026-05-29T14:20:49.454Z (15 days ago)
- Language: Shell
- Size: 214 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ImageMagick Dependencies
This repository contains the scripts and tools needed to clone and manage the third-party dependencies required for building ImageMagick on Windows.
## Overview
ImageMagick is built with a number of third-party libraries that provide support for various image formats, compression algorithms, and other functionality. This project contains the necessary scripts to automatically clone and organize these libraries for the build process.
## Requirements
- Git for Windows
- Internet connection for cloning repositories
- Visual Studio 2017 (or newer) for building the dependencies
## Getting Started
### Clone Dependencies
To clone all the required third-party libraries for ImageMagick, run the appropriate clone script:
```cmd
clone-dependencies.cmd
```
### Run Configure.exe
Running the command `.github\build\windows\download-configure.sh` will download the `Configure` program, which is used to set up the build environment for the depndences of ImageMagick. The executable will be placed in the `Configure` folder.
### Build Dependencies
Depending on which options were chosen when running `Configure` a solution will be created in the `ImageMagick-Windows`folder that can be opened in Visual Studio. Open the solution and build it.