diff options
Diffstat (limited to 'office/mupdf/README')
-rw-r--r-- | office/mupdf/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/office/mupdf/README b/office/mupdf/README index 9c57e36921477..c67d450b067ec 100644 --- a/office/mupdf/README +++ b/office/mupdf/README @@ -12,13 +12,12 @@ features can be added on by integrators if they so desire. Notes: -1. By default, mupdf is built without JavaScript support. If you want -to try mupdf's experimental JavaScript support, build with MUJS=yes in -the script's environment. +1. It's no longer possible to build mupdf without JavaScript support. -2. Two mupdf executables are installed in /usr/bin. mupdf-x11 is the +2. Three mupdf executables are installed in /usr/bin. mupdf-x11 is the regular PDF viewer, and mupdf-x11-curl has support for fetching remote resources from the network (which may be considered a security risk). +mupdf-gl uses OpenGL for rendering (and doesn't support curl). 3. By default, mupdf is now built as shared libraries. If for some reason you need static libs instead, build with STATIC=yes in the |