diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2018-02-28 08:57:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-28 08:57:11 +0700 |
commit | 852c896c02667f11e72ae8079004295c9c963e08 (patch) | |
tree | 761d35459113d83e8a62dfce0324473473543c3b /libraries/libepubgen/README | |
parent | 66c17fff55b50cb230292d3869d362b06859d89f (diff) |
libraries/libepubgen: Added (EPUB generator for librevenge).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libepubgen/README')
-rw-r--r-- | libraries/libepubgen/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libepubgen/README b/libraries/libepubgen/README new file mode 100644 index 0000000000000..d81ddd80fdb95 --- /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 |