Menu

Tree [4da0b1] master /
 History

HTTPS access


File Date Author Commit
 build 2017-10-28 David Tardon David Tardon [522f05] drop outdated MSVC project files
 docs 2015-01-29 Fridrich Štrba Fridrich Štrba [4dddb2] Upgrade the doxygen configuration file
 inc 2017-11-26 osnola osnola [76f6c2] MathML: add functions to retrieve MathML attach...
 m4 2018-06-17 David Tardon David Tardon [5e9ab6] allow building with gcc 4.8
 src 2024-08-16 Fridrich Štrba Fridrich Štrba [4da0b1] Missing include
 test 2018-12-31 David Tardon David Tardon [f3e5e1] do not reinvent the wheel
 .clang-tidy 2019-12-07 Miklos Vajna Miklos Vajna [a596b8] Don't access static members through instance
 .gitignore 2017-05-03 David Tardon David Tardon [590be0] ignore tags
 AUTHORS 2013-11-28 David Tardon David Tardon [2429bc] add AUTHORS file
 COPYING.LGPL 2013-04-30 Fridrich Štrba Fridrich Štrba [4e2549] By agreement of all contributors, dual-licensin...
 COPYING.MPL 2013-04-30 Fridrich Štrba Fridrich Štrba [4e2549] By agreement of all contributors, dual-licensin...
 HACKING 2013-11-28 David Tardon David Tardon [e9285d] use options file for astyle
 Makefile.am 2015-03-13 osnola osnola [0754ba] Makefile.am: add an astyle command,
 NEWS 2020-12-30 ALONSO Laurent ALONSO Laurent [208f71] update README/NEWS files...
 README 2020-12-30 ALONSO Laurent ALONSO Laurent [208f71] update README/NEWS files...
 astyle.options 2013-12-11 Fridrich Štrba Fridrich Štrba [2816c7] Allow equal identing of functions
 autogen.sh 2013-04-30 Fridrich Štrba Fridrich Štrba [20d3e8] simplify the directories
 buildnumber.sh 2013-04-30 Fridrich Štrba Fridrich Štrba [20d3e8] simplify the directories
 configure.ac 2021-01-06 ALONSO Laurent ALONSO Laurent [811903] configure.ac: update micro revision to prepare ...
 createBuildNumber.pl 2005-01-23 Fridrich Strba Fridrich Strba [8bc89a] I forgot these two files
 libodfgen.pc.in 2014-04-16 David Tardon David Tardon [51fd65] require librevenge-stream too

Read Me

DESCRIPTION:

libodfgen is a library for generating documents in (surprise!) Open
Document Format (ODF). It provides generator implementations for all
document interfaces supported by librevenge:
* text documents
* vector drawings
* presentations
* spreadsheets
As these APIs are used by multiple libraries, libodfgen can be used to
generate ODF from many sources.

BUILD DEPENDENCIES:

* librevenge
* libxml2
* pkgconfig (for the build system to find librevenge)
* doxygen (unless you choose to disable building of API documentation)

BUILD AND INSTALLATION:

Build and installation on Unix/Linux should be simple. Simply execute
the following sequence of commands:

./configure ; make ; su -c 'make install'

This will make + install a libodfgen library and all files needed to use the
library from your code.

LINKS:

boost is available at http://www.boost.org
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.