Skip to content

Commit 609eb50

Browse files
authored
Update freebsd_pymupdf.sh
1 Use official pymupdf github address 2 Fix the download site of mupdf-1.14.0
1 parent 81053ec commit 609eb50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation/freebsd/freebsd_pymupdf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
setenv CFLAGS -fPIC
22

33
# also FreeBSD has a mupdf port, we should build it manually
4-
wget https://mupdf.com/downloads/mupdf-1.14.0-source.tar.gz
4+
wget https://mupdf.com/downloads/archive/mupdf-1.14.0-source.tar.gz
55
tar -zxvf mupdf-1.14.0-source.tar.gz
66

77
rm -rf PyMuPDF
8-
git clone https://github.com/rk700/PyMuPDF.git
8+
git clone https://github.com/pymupdf/PyMuPDF.git
99

1010
cd mupdf-1.14.0-source
1111
# replace 3 files in mupdf-1.14.0

0 commit comments

Comments
 (0)