Skip to content

Releases: InternationalColorConsortium/iccDEV

Release v2.3.1.4

04 Feb 12:27
dae376b

Choose a tag to compare

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

04 Feb 18:35
01a3faf

Choose a tag to compare

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