Skip to content

Instantly share code, notes, and snippets.

@szepeviktor
Last active March 2, 2025 23:28
Show Gist options
  • Save szepeviktor/2dda6eaf5318f619955eadf09a744361 to your computer and use it in GitHub Desktop.
Save szepeviktor/2dda6eaf5318f619955eadf09a744361 to your computer and use it in GitHub Desktop.
Build danielgtaylor/jpeg-archive
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