Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instruction #2

Open
kakbit opened this issue Jan 25, 2018 · 1 comment
Open

Build instruction #2

kakbit opened this issue Jan 25, 2018 · 1 comment

Comments

@kakbit
Copy link

kakbit commented Jan 25, 2018

I can't find any build instructions nor do I find a configure script or Makefile.
It should be nice to be able to build and test this when it's not many tools out there to handle CMYK images for us Linux users.
Thank You!

@undrwater
Copy link

Not sure if you're still paying attention to this, but I was able to compile using the following tricks:

  • Make sure to clone the blackfiveimaging libraries within your cmyktool directory.
  • I also cloned the 3rd party libs as well, just in case.
  • Then:
    autoreconf -i
    ./configure
    make
    That's as far as I got. I needed to copy my Makefile.in.in from my gettext install as well. Looks like development here has stalled, sadly.

As for handling CMYK, there is a tool called Cyan: https://cyan.fxarena.net/

You could also look into Krita, as it will accept and create CMYK images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants