summaryrefslogtreecommitdiff
path: root/office/mupdf-legacy/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-02-19 17:54:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-19 17:55:00 +0700
commit1c5e1bac6b4f3aa7a54bbf27df9b7bdddd6dd093 (patch)
tree5a8df28ba87547861e65eb5bb5372e045a19e849 /office/mupdf-legacy/README
parent4a4019771efc6063ea9637550aa443cec9388b98 (diff)
downloadslackbuilds-1c5e1bac6b4f3aa7a54bbf27df9b7bdddd6dd093.tar.gz
office/mupdf-legacy: Added (a lightweight PDF, CBZ, and XPS viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mupdf-legacy/README')
-rw-r--r--office/mupdf-legacy/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/office/mupdf-legacy/README b/office/mupdf-legacy/README
new file mode 100644
index 0000000000..316ee5ca37
--- /dev/null
+++ b/office/mupdf-legacy/README
@@ -0,0 +1,19 @@
+mupdf-legacy (older version of mupdf)
+
+mupdf is a lightweight PDF, CBZ, and XPS viewer and toolkit. mupdf-legacy
+is an older version of mupdf that gets installed to /opt/mupdf-legacy,
+for use with zathura-pdf-mupdf and fbpdf2.
+
+Notes:
+
+1. Since this gets installed to /opt, the binaries (mupdf-x11, etc) will
+ not be in your $PATH. This is by design: for standalone use, it's
+ better to install the regular mupdf package, which is the latest
+ version.
+
+2. JavaScript support and shared libraries are disabled. Again, you want
+ the regular mupdf package for these.
+
+3. Any build that links with this needs to be modified so it looks for
+ headers and libraries in /opt/mupdf-legacy. See zathura-pdf-mupdf for
+ an example.