Skip to content

Releases: InternationalColorConsortium/iccDEV

Latest Build

19 Jun 01:05
Immutable release. Only release title and notes can be modified.
b3f6e18

Choose a tag to compare

Rolling Latest Build

Tag: ci-latest-27798729917-1
Commit: b3f6e18
Branch: master
Event: workflow_dispatch
Run: https://github.com/InternationalColorConsortium/iccDEV/actions/runs/27798729917

Downloads

Platform Archive
Linux (GCC) iccdev-linux-gcc.zip
Linux (Clang) iccdev-linux-clang.zip
macOS (Clang) iccdev-macos-clang.zip
Windows (MSVC) iccdev-windows-msvc.zip
WASM (Emscripten) iccdev-wasm-release.zip
Checksums SHA256SUMS, SHA512SUMS

Provenance

GitHub Artifact Attestations are generated for each release archive
listed in SHA256SUMS.

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

Auto-published by ci-latest-release.

Latest Build

18 Jun 13:17
Immutable release. Only release title and notes can be modified.
427e2be

Choose a tag to compare

Rolling Latest Build

Tag: ci-latest-27761615311-1
Commit: 427e2be
Branch: master
Event: workflow_dispatch
Run: https://github.com/InternationalColorConsortium/iccDEV/actions/runs/27761615311

Downloads

Platform Archive
Linux (GCC) iccdev-linux-gcc.zip
Linux (Clang) iccdev-linux-clang.zip
macOS (Clang) iccdev-macos-clang.zip
Windows (MSVC) iccdev-windows-msvc.zip
WASM (Emscripten) iccdev-wasm-release.zip
Checksums SHA256SUMS, SHA512SUMS

Provenance

GitHub Artifact Attestations are generated for each release archive
listed in SHA256SUMS.

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

Auto-published by ci-latest-release.

Latest Build

11 Jun 22:56
Immutable release. Only release title and notes can be modified.
2d6a34b

Choose a tag to compare

Rolling Latest Build

Tag: ci-latest-27382286439-1
Commit: 2d6a34b
Branch: ci-mod-packaging
Event: workflow_dispatch
Run: https://github.com/InternationalColorConsortium/iccDEV/actions/runs/27382286439

Downloads

Platform Archive
Linux (GCC) iccdev-linux-gcc.zip
Linux (Clang) iccdev-linux-clang.zip
Linux native packages reficcmax-*.deb, reficcmax-*.rpm
macOS (Clang) iccdev-macos-clang.zip
Windows (MSVC) iccdev-windows-msvc.zip
WASM (Emscripten) iccdev-wasm-release.zip
Checksums SHA256SUMS, SHA512SUMS

Provenance

GitHub Artifact Attestations are generated for each release archive
listed in SHA256SUMS.

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

Auto-published by ci-latest-release.

v2.3.2.1

02 Jun 00:40
Immutable release. Only release title and notes can be modified.
2795b30

Choose a tag to compare

v2.3.2.1

Tag: ci-latest-26787240598-1, v2.3.2.1
Commit: 2795b30
Branch: master
Event: workflow_dispatch
Run: https://github.com/InternationalColorConsortium/iccDEV/actions/runs/26787240598

Downloads

Platform Archive
Linux (GCC) iccdev-linux-gcc.zip
Linux (Clang) iccdev-linux-clang.zip
macOS (Clang) iccdev-macos-clang.zip
Windows (MSVC) iccdev-windows-msvc.zip
WASM (Emscripten) iccdev-wasm-release.zip
Checksums SHA256SUMS, SHA512SUMS

Provenance

GitHub Artifact Attestations are generated for each release archive
listed in SHA256SUMS.

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

Auto-published by ci-latest-release.

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