Menu

Tree [67938e] master /
 History

HTTPS access


File Date Author Commit
 build 2017-10-28 David Tardon David Tardon [615c9d] drop MSVC project files outdated by move to C++11
 docs 2017-10-31 Fridrich Štrba Fridrich Štrba [9fd515] doxygen -u
 inc 2015-12-26 David Tardon David Tardon [6ea000] fix path
 m4 2017-08-02 Miklos Vajna Miklos Vajna [963ab7] m4: MSVC defines __cplusplus as 199711L still
 src 2024-07-26 Fridrich Štrba Fridrich Štrba [bc3050] Besides plain text documents, try to reject a d...
 .clang-tidy 2019-12-10 Miklos Vajna Miklos Vajna [aa738b] Make these member functions static
 .gitignore 2017-04-07 David Tardon David Tardon [cf8030] ignore only generated .m4 files
 COPYING.LGPL 2013-04-18 Fridrich Štrba Fridrich Štrba [065a0d] By agreement of all contributors, dual-licensin...
 COPYING.MPL 2013-04-18 Fridrich Štrba Fridrich Štrba [065a0d] By agreement of all contributors, dual-licensin...
 CREDITS 2015-12-26 David Tardon David Tardon [e661cc] update CREDITS to reflect reality
 HACKING 2015-08-04 David Tardon David Tardon [e0cc2f] add make astyle target
 INSTALL 2002-12-02 Marc Maurer Marc Maurer [0dfabc] Initial revision
 Makefile.am 2015-08-04 David Tardon David Tardon [e0cc2f] add make astyle target
 NEWS 2024-07-26 Fridrich Štrba Fridrich Štrba [67938e] Update NEWS
 README 2017-04-22 David Tardon David Tardon [3a1ad5] nitpick
 TODO 2003-10-18 Marc Maurer Marc Maurer [608bb2] Update MSVC project files, and various fixes to...
 astyle.options 2024-07-26 Fridrich Štrba Fridrich Štrba [213609] Make work with newer astyle
 autogen.sh 2007-10-02 Fridrich Strba Fridrich Strba [162157] sometimes, libtoolize is called glibtoolize
 buildnumber.sh 2012-01-27 Fridrich Štrba Fridrich Štrba [7dd83c] Fix the buildnumber.sh script
 configure.ac 2018-12-29 David Tardon David Tardon [8b22d4] fix conditional
 createBuildNumber.pl 2005-12-05 Fridrich Strba Fridrich Strba [ccad16] Change in FSF address and make all files use Un...
 libwpd.pc.in 2014-05-27 Fridrich Štrba Fridrich Štrba [9f2dfc] The library strictly speaking does not need the...

Read Me

libwpd is a library for import of WordPerfect documents. It is used by,
for example, AbiWord and LibreOffice.

libwpd requires boost, librevenge and doxygen (optional) to build. Most
up-to-date code is available from Git repository at sourceforge.net
(http://sourceforge.net/p/libwpd/code/). See
http://sourceforge.net/p/libwpd/ for more information.

To build and install, simply do:
./autogen.sh # only needed if built from git checkout
./configure
make
su -c 'make install'

Alternatively, there are workspaces for various versions of MSVC in build/win32/
directory. Each of these workspaces contains a projects file to compile a
release version or a debug version of librevenge.

NOTE: Using the MSVC build system will result in a static library only. No dll
can be created yet using this build system.

The library is available under MPL 2.0 or LGPL 2.1+.