[go: up one dir, main page]

Menu

Tree [e03cb4] STABLE-0-1-0 / wps2sxw /
 History

HTTPS access


File Date Author Commit
 build 2007-11-29 Fridrich Štrba Fridrich Štrba [aa97b2] branching off 0.1.x
 cmdline 2008-11-11 Fridrich Štrba Fridrich Štrba [e03cb4] an include to fix compilation with upcoming gcc...
 filter 2007-12-01 Fridrich Štrba Fridrich Štrba [b6d60a] getting rid of mentions of WordPerfect
 CHANGES 2007-11-30 Fridrich Štrba Fridrich Štrba [f02c90] adding a real changelog
 LICENSE 2007-11-29 Fridrich Štrba Fridrich Štrba [aa97b2] branching off 0.1.x
 Makefile.am 2007-11-29 Fridrich Štrba Fridrich Štrba [aa97b2] branching off 0.1.x
 README 2007-12-01 Fridrich Štrba Fridrich Štrba [b6d60a] getting rid of mentions of WordPerfect
 autogen.sh 2007-12-01 Fridrich Štrba Fridrich Štrba [b6d60a] getting rid of mentions of WordPerfect
 buildnumber.sh 2007-11-29 Fridrich Štrba Fridrich Štrba [aa97b2] branching off 0.1.x
 configure.in 2007-12-03 Fridrich Štrba Fridrich Štrba [fba1af] add possibility to package automatically win32 ...
 createBuildNumber.pl 2007-11-29 Fridrich Štrba Fridrich Štrba [aa97b2] branching off 0.1.x
 wps2sxw-zip.in 2007-12-03 Fridrich Štrba Fridrich Štrba [dde361] oops
 wps2sxw.spec.in 2007-12-01 Fridrich Štrba Fridrich Štrba [b6d60a] getting rid of mentions of WordPerfect

Read Me

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 libwpd
(>= 0.8.0), and libwps (>= 0.1.0) installed. I also assume that
you have pkgconfig installed.

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

USAGE:

wps2sxw <infile> <outfile>

Where <infile> is a MS Works document and <outfile> is the name of
the target sxw document, which wps2sxw will create.

TROUBLESHOOTING:

You may need to add libwps'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:

libwpd is available at http://libwpd.sf.net
libwps is available at http://libwps.sf.net