libcdr import filter library
Libcdr is library providing ability to interpret and import Corel Draw drawings into various applications. You can find it being used in libreoffice.
Developers
Getting the sources
libcdr sources are stored in git. To get them, you can use: [[!format txt """ git clone git://anongit.freedesktop.org/git/libreoffice/libcdr/ """]] or you can browse the code online.
If you want to use release version you can fetch it from libreoffice mirror.
Building it
Dependencies
You will need these applications in order to compile libcdr: [[!format txt """
=libwpd-0.9 =libwpg-0.2 doxygen # optional for documentation building (--with-docs) """]] Once the source has been checked out, libcdr can be built in usual manner: [[!format txt """ cd libcdr ./autogen.sh ./configure make make install """]]
Contributing
Once you have done a change that you are happy with, and that builds with libcdr, contribute it back, we'll be happy to integrate it! Do: [[!format txt """
commit your changes to your local repository
git commit -a
create the patch
git format-patch origin/master """]]
Contact
You can get in touch with us using multiple ways:
- using IRC server irc.freenode.net and joining channel #libreoffice-dev
- using mailinglist libreoffice@lists.freedesktop.org
- filling bugreport in Freedesktop bugzilla
