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 a970634 commit 2d80056Copy full SHA for 2d80056
installation/freebsd/freebsd_pymupdf.sh
@@ -3,14 +3,14 @@ setenv CFLAGS -fPIC
3
# install the pre-required tool
4
pkg install swig30
5
6
-# also FreeBSD has a mupdf port, we should build it manually
7
-wget https://mupdf.com/downloads/archive/mupdf-1.16.1-source.tar.gz
8
-tar -zxvf mupdf-1.16.1-source.tar.gz
+# Ensure we have a build of the current version
+wget https://mupdf.com/downloads/archive/mupdf-1.17.0-source.tar.gz
+tar -zxvf mupdf-1.17.0-source.tar.gz
9
10
rm -rf PyMuPDF
11
git clone https://github.com/pymupdf/PyMuPDF.git
12
13
-cd mupdf-1.16.1-source
+cd mupdf-1.17.0-source
14
# replace files in mupdf source
15
cp ../PyMuPDF/fitz/_config.h include/mupdf/fitz/config.h
16
0 commit comments