Blame README

Packit Service 9d1170
libwpd is a library for import of WordPerfect documents. It is used by,
Packit Service 9d1170
for example, AbiWord and LibreOffice.
Packit Service 9d1170
Packit Service 9d1170
libwpd requires boost, librevenge and doxygen (optional) to build. Most
Packit Service 9d1170
up-to-date code is available from Git repository at sourceforge.net
Packit Service 9d1170
(http://sourceforge.net/p/libwpd/code/). See
Packit Service 9d1170
http://sourceforge.net/p/libwpd/ for more information.
Packit Service 9d1170
Packit Service 9d1170
To build and install, simply do:
Packit Service 9d1170
./autogen.sh # only needed if built from git checkout
Packit Service 9d1170
./configure
Packit Service 9d1170
make
Packit Service 9d1170
su -c 'make install'
Packit Service 9d1170
Packit Service 9d1170
Alternatively, there are workspaces for various versions of MSVC in build/win32/
Packit Service 9d1170
directory. Each of these workspaces contains a projects file to compile a
Packit Service 9d1170
release version or a debug version of librevenge.
Packit Service 9d1170
Packit Service 9d1170
NOTE: Using the MSVC build system will result in a static library only. No dll
Packit Service 9d1170
can be created yet using this build system.
Packit Service 9d1170
Packit Service 9d1170
The library is available under MPL 2.0 or LGPL 2.1+.