Menu

librevenge

David Tardon

librevenge library

librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.

Developers

Getting the sources

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

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

or you can browse the code online.

If you want to use release version (recommended unless you want to join the development) you can fetch it from the download page.

Building it

Dependencies

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

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

Once the source has been checked out, librevenge 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 librevenge, 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/.