You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,13 +23,15 @@ See the [Wiki](https://github.com/rk700/PyMuPDF/wiki) for more information, [new
20
23
21
24
# Installation
22
25
23
-
For all **Windows** and (thanks to our user **@jbarlow83**!) for the major **Mac OSX** and **Linux** versions we offer [wheels](https://github.com/rk700/PyMuPDF/releases/latest). They can also be found in the [download section of PyPI](https://pypi.org/project/PyMuPDF/#files), where we are present since August 2015 - [](http://pepy.tech/project/pymupdf) since then.
26
+
For all **Windows** and (thanks to our user **@jbarlow83**!) for the major **Mac OSX** and **Linux** versions we offer [wheels](https://github.com/rk700/PyMuPDF/releases/latest). They can also be found in the [download section of PyPI](https://pypi.org/project/PyMuPDF/#files).
27
+
28
+
The platform tag for Mac OSX is `macosx_10_6_intel`.
24
29
25
-
As an unconfirmed information: the Linux wheels may be **usable on FreeBSD** systems as well - give it a try by manually downloading the wheel and using PIP with that file.
30
+
The plaform tag for Linux is `manylinux1_x86_64`, which works on Debian, Ubuntu and most others.
26
31
27
32
On other operating systems you need to generate PyMuPDF yourself. Before you can do this, you must download and generate MuPDF. This process depends very much on your system. For most platforms, the MuPDF source contains prepared procedures for achieving this.
28
33
29
-
Be sure to download the official MuPDF source release from [here](https://mupdf.com/downloads). The [GitHub repo](https://github.com/ArtifexSoftware/mupdf) of MuPDF contains their current **development source**, which is not incompatible with this PyMuPDF version most of the time.
34
+
Be sure to download the official MuPDF source release from [here](https://mupdf.com/downloads). The [GitHub repo](https://github.com/ArtifexSoftware/mupdf) of MuPDF contains their current **development source**, which is **not compatible** with this PyMuPDF version most of the time.
30
35
31
36
Once this is done, adjust directories in ``setup.py`` and the rest should be as easy as running the usual ``python setup.py install``.
0 commit comments