diff options
Diffstat (limited to 'office/mupdf/README')
-rw-r--r-- | office/mupdf/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/mupdf/README b/office/mupdf/README index 534f241278..9c57e36921 100644 --- a/office/mupdf/README +++ b/office/mupdf/README @@ -19,3 +19,7 @@ the script's environment. 2. Two 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). + +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 +script's environment. See README_shared.txt for more information. |