File: README

package info (click to toggle)
writerperfect 0.7.3-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,056 kB
  • ctags: 2,552
  • sloc: sh: 8,952; cpp: 4,395; makefile: 157; xml: 53
file content (35 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
INSTALLATION:

Installation on Unix/Linux should be simple. Simply execute the following 
sequence of commands:

./configure ; make ; su -c 'make install'

Note that this assumes that you have development versions of glib (>= 2.0.0),
libgsf (>= 1.6.0), and libwpd (0.6.1) installed. I also assume that
you have pkgconfig installed.

This will make + install a single executable: wpd2sxw. You may use it
on the command line as follows:

USAGE:

wpd2sxw <infile> <outfile>

Where <infile> is a WordPerfect(tm) 6 (or greater document) and
<outfile> is the name of the target sxw document, which wpd2sxw will
create.

TROUBLESHOOTING:

You may need to add libwpd's pc to your pkgconfig path, if
/usr/local/lib/pkgconfig is not present. Try setting this environment
variable on the commandline (using bash):

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/

LINKS:

glib is available at http://www.gtk.org
libgsf is available at ftp://ftp.gnome.org/pub/GNOME/sources/libgsf
libwpd is available at http://libwpd.sf.net