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

Please update instructions for building dependencies #103

Open
MurKit opened this issue Jan 22, 2019 · 1 comment
Open

Please update instructions for building dependencies #103

MurKit opened this issue Jan 22, 2019 · 1 comment

Comments

@MurKit
Copy link

MurKit commented Jan 22, 2019

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.

@vannitotaro
Copy link

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

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