Closed montanaflynn closed 6 years ago
You need to install lib/headers for turbo-jpeg, probably you can do it with brew on macOS.
Or, you can uncomment this line https://github.com/gen2brain/cam2ip/blob/master/encoder/encode.go#L6 and comment golibjpegturbo, but native image/jpeg is noticeable slower and takes more CPU.
Yes I had to install that requirement with homebrew:
brew install jpeg-turbo
I think you should list this in the README under the requirements section.
Thanks, I added libjpeg-turbo to requirements.
On a mac: