libjpeg is missing #97
Replies: 5 comments
-
@inl-pd-autotest Do this: |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue on Mac. What criteria is being used to determine if libjpeg is installed? I can confirm it is installed when I run |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm encountering the same issue positlabs described, on a M1 Mac. jpeg is installed using homebrew, but the |
Beta Was this translation helpful? Give feedback.
-
You can use option --with-libjpeg=DIR to tell where to look for libjpeg. Something like:
(assuming you have installed/compiled libjpeg in $HOME/src/jpeg-9a/) If header files are in different directory vs where the (shared) library file is located at, you may need to specify those using environment variables CPPFLAGS and LDFLAGS. Something like:
|
Beta Was this translation helpful? Give feedback.
-
@tjko Thank you! I managed to make it work using:
|
Beta Was this translation helpful? Give feedback.
-
Xubuntu 16.10. Following README, on step
./conifgure
I am getting this:and can't follow to
make
because it says this:yet
Beta Was this translation helpful? Give feedback.
All reactions