Menu

libodfgen

David Tardon

libodfgen library

libodfgen is an ODF export library for projects using librevenge.

Developers

Getting the sources

libodfgen sources are stored in git. To get them, you can use:

git clone git://git.code.sf.net/p/libwpd/libodfgen

or you can browse the code online.

If you want to use release version you can fetch it from the download page.

Building it

Dependencies

You will need these applications and libraries in order to compile libodfgen:

boost
librevenge
doxygen # optional for documentation building (--with-docs)

Once the source has been checked out, libodfgen can be built in usual manner:

./autogen.sh # only needed if building from git
./configure
make
make install

Contributing

Once you have done a change that you are happy with, and that builds with libodfgen, contribute it back, we'll be happy to integrate it! All you need to do is to send us a patch. The following commands will commit the changes to your local repository and create one or more patch files. You can send these to libwpd-devel@lists.sourceforge.net.

git commit -a
git format-patch origin/master

Contact

You can get in touch with us using multiple ways:

  1. using IRC server irc.freenode.org and joining channel #documentliberation-dev
  2. using IRC server irc.gimp.org and joining channel #libwpd
  3. using mailing list libwpd-devel@lists.sourceforge.net
  4. filling a bug report at https://sourceforge.net/p/libwpd/tickets/.