From 852c896c02667f11e72ae8079004295c9c963e08 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 28 Feb 2018 08:57:11 +0700 Subject: libraries/libepubgen: Added (EPUB generator for librevenge). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libepubgen/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/libepubgen/README (limited to 'libraries/libepubgen/README') diff --git a/libraries/libepubgen/README b/libraries/libepubgen/README new file mode 100644 index 0000000000..d81ddd80fd --- /dev/null +++ b/libraries/libepubgen/README @@ -0,0 +1,10 @@ +libepubgen is a library for generating documents in EPUB format, +implementing librevenge document interfaces. It supports conversion +of text documents, presentations and vector drawings. Spreadsheets +are not supported. As these interfaces are used by multiple libraries, +libepubgen can be used to generate EPUB from many sources. + +To build the tests, install cppunit before running this script. + +To build the doxygen html documentation use: + DOC="yes" ./libepubgen.SlackBuild -- cgit v1.2.3