Created
October 2, 2024 00:22
-
-
Save douglasmiranda/5323258f7cf4081a9968bd51e4d13560 to your computer and use it in GitHub Desktop.
Install MuPDF (cli only)
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
wget https://mupdf.com/downloads/archive/mupdf-1.24.9-source.tar.gz -O /mupdf-source.tgz && \ | |
cd / && tar -zxf mupdf-source.tgz && rm mupdf-source.tgz && \ | |
cd /mupdf-1.24.9-source && make HAVE_X11=no HAVE_GLUT=no prefix=/usr install && \ | |
rm -rf /mupdf-1.24.9-source /var/lib/apt/lists/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment