diff options
Diffstat (limited to 'libraries/librevenge/README')
-rw-r--r-- | libraries/librevenge/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/librevenge/README b/libraries/librevenge/README new file mode 100644 index 0000000000..912378dfbd --- /dev/null +++ b/libraries/librevenge/README @@ -0,0 +1,6 @@ +Librevenge is a base library for writing document import filters. +It has interfaces for text documents, vector graphics, spreadsheets, +and presentations. + +To build the doxygen html documentation use DOC="yes". +To build the tests, install cppunit before running this script. |