Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created October 2, 2024 00:22
Show Gist options
  • Save douglasmiranda/5323258f7cf4081a9968bd51e4d13560 to your computer and use it in GitHub Desktop.
Save douglasmiranda/5323258f7cf4081a9968bd51e4d13560 to your computer and use it in GitHub Desktop.
Install MuPDF (cli only)
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