Last active
September 28, 2022 04:05
-
-
Save arun54321/cd1230df836c7dec1ed68f926e3a5f1a to your computer and use it in GitHub Desktop.
Compiling mozjpeg on fedora with yasm
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
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