We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new version of mozjpeg uses cmake.
imagemin/imagemin-mozjpeg#37 mozilla/mozjpeg#314
Your project is a way for people who are not very familiar with C to use all this. Could you please update your readme?
I used just
cmake -G"Unix Makefiles" make
But maybe for some other users it will be different.
The text was updated successfully, but these errors were encountered:
Currently https://github.com/danielgtaylor/jpeg-archive/blob/master/README.md#building says:
./configure --with-jpeg8
so according to https://github.com/mozilla/mozjpeg/blob/master/BUILDING.md#libjpeg-v7-or-v8-apiabi-emulation you must run:
cmake -G"Unix Makefiles" -DWITH_JPEG8=1
Sorry, something went wrong.
No branches or pull requests
The new version of mozjpeg uses cmake.
imagemin/imagemin-mozjpeg#37
mozilla/mozjpeg#314
Your project is a way for people who are not very familiar with C to use all this.
Could you please update your readme?
I used just
But maybe for some other users it will be different.
The text was updated successfully, but these errors were encountered: