Replies: 1 comment
-
|
@hubgit Thank You for the Dockerfile information. iccDEV now maintains a Docker Image. To Install: To Run: Docker Login
Example Usage
Please do post any comments or suggestions. Thank You |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In case it's useful to anyone else trying to build the command line tools (particularly on macOS), here's a Dockerfile that runs the CMake build process:
It's checking out an earlier commit because the latest master branch is failing to build with an error in
IccCmm.h- maybe someone's able to work out how to fix that.Once the image is built with
docker build . -t demoiccmax, you can mount a local folder into the container with something like this:docker run --rm -it -v $(pwd):/iccmax -w /iccmax demoiccmax /bin/bashthen run
iccToXml -horiccFromXml -hfor further instructions.Beta Was this translation helpful? Give feedback.
All reactions