Skip to content

Commit f922849

Browse files
authored
Update centos_pymupdf.sh
1 parent 2d80056 commit f922849

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

installation/centos/centos_pymupdf.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
wget https://mupdf.com/downloads/mupdf-1.17.0-source.tar.gz
2+
tar -zxvf mupdf-1.17.0-source.tar.gz
33

4-
cd mupdf-1.13.0-source
4+
cd mupdf-1.17.0-source
55
export CFLAGS="-fPIC -std=gnu99"
66

77
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
1010
cd ..
1111

1212
rm -rf PyMuPDF
13-
git clone https://github.com/rk700/PyMuPDF.git
13+
git clone https://github.com/pymupdf/PyMuPDF.git
1414
cd PyMuPDF
1515

1616
sudo python setup.py build

0 commit comments

Comments
 (0)