summaryrefslogtreecommitdiffstats
path: root/office/coolreader/README
diff options
context:
space:
mode:
author B. Watson2020-10-19 21:59:22 +0200
committer Willy Sudiarto Raharjo2020-10-24 03:14:58 +0200
commit149164419c465d313ee25b6a2f0d2fa559c2d116 (patch)
treeee034262151cf8f775be0a4b75b16eb9ed47e045 /office/coolreader/README
parentc94707c06d3ef8d856297bc919d6ca242c73ead2 (diff)
downloadslackbuilds-149164419c465d313ee25b6a2f0d2fa559c2d116.tar.gz
office/coolreader: Updated for version 3.2.49.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/coolreader/README')
-rw-r--r--office/coolreader/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/office/coolreader/README b/office/coolreader/README
index e12c827494..ca7de57c79 100644
--- a/office/coolreader/README
+++ b/office/coolreader/README
@@ -5,4 +5,14 @@ CoolReader is an e-book reader for various platforms.
Supported file formats include plain text, HTML, RTF, Microsoft Word
(.doc), Palm Pilot (.prc, .pdb, .pml, .mobi), FB2, and EPUB.
-Note: the executable and man page are called "cr3", not "coolreader".
+Optional dependencies: The default user interface is Qt4, which
+doesn't require anything extra. If you prefer Qt5 or wxWidgets:
+
+qt5 - install qt5, then run: GUI=qt5 ./coolreader.SlackBuild
+
+wx - install wxPython or wxGTK3 (last one installed 'wins'), then run:
+ GUI=wx ./coolreader.SlackBuild
+
+Note: coolreader is "chatty": it logs a lot of meaningless warnings
+and errors to stderr. Unless there's an actual problem with the
+application, you can ignore this stuff.