OK so emphasis on the dummy over here...I'm making progress here but when I try to run step 4 (as far as I've gotten) in the ICC profile instructions, i get this error:
dyld: Library not loaded: /opt/local/lib/liblcms2.2.dylib
Referenced from: /Applications/Argyll_V1.8.0/bin/dcamprof
Reason: image not found
Trace/BPT trap: 5
I exported from Capture one (following your directions) so I assume this step is necessary...I'm so close...I tried downloading little cms and executing the configure file but i guess that doesn't work? so close.....
Regarding all that, here is what is happening. Whoever built dcamprof had littlecms installed in /opt/local/.... That tells me that he used something like the Mac 'port' system (that lets you build all sorts of open source software for the odd OSX environment. LittleCMS naturally
installs itself in the more 'common' place of '/usr/local/....'
Simply running the 'configure' script isn't going to do much for you. It just runs a bunch of tests and configures the build/compile process. You still ahve to run the compiler which you CANT unless you have the free Apple Developer membership (which gives you access to the 'command line developer toolset' (ie. compiler & linker).
For *maximum* portability, the person who compiled dcamprof should have compiled it *statically* (ie. no dependencies on external libraries)
Be that as it may, here is a Dropbox link to the liblcms library that is missing...........
https://www.dropbox.com/s/hl9zdnqpoeq3uvf/liblcms2.2.dylib?dl=0download it and then create a folder (if it doesn't already exist on your machine which it probably doesn't) /opt/local/lib
then copy the liblcms.2.2.dylib to that new folder. You will probably be asked to authorize (ie. your password) to do it.
After that, your copy of dcamprof should run.
I just read the beginning part of the thread so HERE IS WHAT YOU'RE LOOKING FORbecause I have no life, here is a just freshly compiled version (0.9.5) of dcamprof that is fully static (no external library dependencies) and compiled for Mac OSX (which doesn't support openmp so it will be a bit slower) (my machine runs 10.10 so don't ask me for others (maybe 10.9 is possible if there is beer involved )
https://www.dropbox.com/s/t86pvyrfl78512r/dcamprof-static?dl=0