Releases: InternationalColorConsortium/iccDEV
Releases · InternationalColorConsortium/iccDEV
Release v2.3.1.5
08 Mar 02:53
Compare
Sorry, something went wrong.
No results found
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
Release v2.3.1.4
04 Feb 12:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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