Git Repo Update
2011-07-07
I've made a few changes to my git repository at https://gitorious.org/~blackfiveimaging. PhotoPrint and CMYKTool have been updated such that they no longer use symlink tricks to draw in code from the library. Instead they now use git submodules. The other projects will follow suit eventually.
To checkout CMYKTool after this change, you'd do the following
git clone git://gitorious.org/black-five-imaging/cmyktool.git cd cmyktool git submodule init git submodule update