diff options
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 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 |