We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d80056 commit f922849Copy full SHA for f922849
installation/centos/centos_pymupdf.sh
@@ -1,7 +1,7 @@
1
-wget https://mupdf.com/downloads/mupdf-1.13.0-source.tar.gz
2
-tar -zxvf mupdf-1.13.0-source.tar.gz
+wget https://mupdf.com/downloads/mupdf-1.17.0-source.tar.gz
+tar -zxvf mupdf-1.17.0-source.tar.gz
3
4
-cd mupdf-1.13.0-source
+cd mupdf-1.17.0-source
5
export CFLAGS="-fPIC -std=gnu99"
6
7
make HAVE_X11=no HAVE_GLFW=no HAVE_GLUT=no prefix=/usr/local
@@ -10,7 +10,7 @@ sudo make HAVE_X11=no HAVE_GLFW=no HAVE_GLUT=no prefix=/usr/local install
10
cd ..
11
12
rm -rf PyMuPDF
13
-git clone https://github.com/rk700/PyMuPDF.git
+git clone https://github.com/pymupdf/PyMuPDF.git
14
cd PyMuPDF
15
16
sudo python setup.py build
0 commit comments