From 7d88a74c97d2544e6f6f943eb316989345abd86f Mon Sep 17 00:00:00 2001 From: "Jorj X. McKie" Date: Mon, 19 Nov 2018 06:58:22 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b419226a..827a281d7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ On other operating systems you need to generate PyMuPDF yourself. And of course - fitz configuration file `_mupdf_config.h` copy-replace to: `mupdf/include/fitz/config.h`. It contains configuration data like e.g. which fonts to support. - fitz error module `_error.c`, copy-replace to: `mupdf/source/fitz/error.c`. It redirects MuPDF warnings and errors so they can be intercepted by PyMuPDF. - PDF device module `_pdf-device.c` copy-replace to: `mupdf/source/pdf/pdf-device.c`. It fixes a bug which caused method `Document.convertToPDF()` to bring down the interpeter. - - Now MuPDF can generated. + - Now MuPDF can be generated. Once this is done, adjust directories in ``setup.py`` and run ``python setup.py install``.