Last active
March 2, 2025 23:28
-
-
Save szepeviktor/2dda6eaf5318f619955eadf09a744361 to your computer and use it in GitHub Desktop.
Build danielgtaylor/jpeg-archive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install build-essential autoconf pkg-config nasm libtool | |
# Build https://github.com/mozilla/mozjpeg | |
cmake -G"Unix Makefiles" -DPNG_SUPPORTED=OFF -DBUILD_SHARED_LIBS=OFF . | |
make | |
make install | |
# Build Build danielgtaylor/jpeg-archive | |
# Modify source: https://github.com/danielgtaylor/jpeg-archive/pull/128 | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment