Skip to content

Instantly share code, notes, and snippets.

@arun54321
Last active September 28, 2022 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun54321/cd1230df836c7dec1ed68f926e3a5f1a to your computer and use it in GitHub Desktop.
Save arun54321/cd1230df836c7dec1ed68f926e3a5f1a to your computer and use it in GitHub Desktop.
Compiling mozjpeg on fedora with yasm
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_LIBDIR=/usr/local/lib -DENABLE_STATIC=FALSE -DPNG_SUPPORTED=TRUE -DWITH_JPEG8=TRUE . -DCMAKE_ASM_NASM_COMPILER=/usr/bin/yasm
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment