mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-27 07:05:59 +03:00
[GH-ISSUE #40] jpeglib.h: No such file or directory #33
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @meltingscales on GitHub (Oct 30, 2022).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/40
Hello,
I get this error when installing this Go package.
Os info:
...
@gen2brain commented on GitHub (Oct 30, 2022):
You need to install the requirements, i.e. libjpeg-turbo headers aka dev/devel package, or just use
-tags jpegto use nativeimage/jpeg.@meltingscales commented on GitHub (Oct 30, 2022):
@gen2brain Thanks!