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 81053ec commit 609eb50Copy full SHA for 609eb50
installation/freebsd/freebsd_pymupdf.sh
@@ -1,11 +1,11 @@
1
setenv CFLAGS -fPIC
2
3
# also FreeBSD has a mupdf port, we should build it manually
4
-wget https://mupdf.com/downloads/mupdf-1.14.0-source.tar.gz
+wget https://mupdf.com/downloads/archive/mupdf-1.14.0-source.tar.gz
5
tar -zxvf mupdf-1.14.0-source.tar.gz
6
7
rm -rf PyMuPDF
8
-git clone https://github.com/rk700/PyMuPDF.git
+git clone https://github.com/pymupdf/PyMuPDF.git
9
10
cd mupdf-1.14.0-source
11
# replace 3 files in mupdf-1.14.0
0 commit comments