This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
fatal error: jpeglib.h: No such file or directory #6
Comments
This seems similar
|
On Alpine I fixed this by adding package "libjpeg-turbo-dev" on Ubuntu it might be called "libjpeg-dev". |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
fatal error: jpeglib.h: No such file or directory
#include <jpeglib.h>
^
compilation terminated.
解决:安装 jpeg库
sudo apt-get install libjpeg-dev
The text was updated successfully, but these errors were encountered: