Releases: InternationalColorConsortium/iccDEV
Releases · InternationalColorConsortium/iccDEV
Release v2.3.1.4
Install via Package Managers
| Method | Command |
|---|---|
| Homebrew | brew install iccdev |
| NPM | npm install iccdev |
| Docker Pull | docker pull ghcr.io/internationalcolorconsortium/iccdev:latest |
| Docker Run | docker run -it ghcr.io/internationalcolorconsortium/iccdev:latest |
Binary Package Downloads
vcpkg dependencies for Win11
vcpkg deps
git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV
Write-Host "========= Fetching Deps from Releases... ================`n"
Start-BitsTransfer -Source "https://github.com/InternationalColorConsortium/iccDEV/releases/download/v2.3.1/vcpkg-exported-deps.zip" -Destination "deps.zip"
Write-Host "========= Extracting Dependencies ... ================`n"
tar -xf deps.zip
cd Build/Cmake
Write-Host "========= Configuring iccDEV ... ================`n"
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE="..\..\scripts\buildsystems\vcpkg.cmake" -DVCPKG_MANIFEST_MODE=OFF -DCMAKE_BUILD_TYPE=Debug -Wno-dev
cmake --build build -- /m /maxcpucount
cmake --build build -- /m /maxcpucount