diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-23 16:27:58 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-30 07:00:16 +0700 |
commit | cf9c4254ca204146ef0475280bbfe8f977cac592 (patch) | |
tree | 43dba376878f8355f2f469a437c7c9dc199261e8 /office/mupdf/README | |
parent | 1f1e9ef5160405b5d32e586d98adbc2b4a4da2ba (diff) |
office/mupdf: Add support for shared libraries.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 534f24127838c..9c57e36921477 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. |