File: README

package info (click to toggle)
libwpd 0.10.3-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,948 kB
  • sloc: cpp: 28,095; sh: 4,433; makefile: 616; ansic: 4
file content (22 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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+.