You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/msword
Darrell Anderson 910a61f942
Update XDG information in support of bug report 892.
12 years ago
..
Makefile.am Additional kde to tde renaming 13 years ago
README Rename KDEHOME and KDEDIR 13 years ago
configure.in.bot Added old abandoned KDE3 version of koffice 15 years ago
configure.in.in Fix FTBFS when wv2-config libs is broken 12 years ago
conversion.cpp Remove additional unneeded tq method conversions 13 years ago
conversion.h Remove additional unneeded tq method conversions 13 years ago
document.cpp Remove additional unneeded tq method conversions 13 years ago
document.h Remove spurious TQ_OBJECT instances 12 years ago
graphicshandler.cpp TQt4 port koffice 13 years ago
graphicshandler.h Remove spurious TQ_OBJECT instances 12 years ago
kword_msword_import.desktop Update XDG information in support of bug report 892. 12 years ago
missing Added old abandoned KDE3 version of koffice 15 years ago
mswordimport.cpp Rename old tq methods that no longer need a unique name 13 years ago
mswordimport.h Remove spurious TQ_OBJECT instances 12 years ago
tablehandler.cpp TQt4 port koffice 13 years ago
tablehandler.h Remove spurious TQ_OBJECT instances 12 years ago
texthandler.cpp Rename obsolete tq methods to standard names 13 years ago
texthandler.h Remove spurious TQ_OBJECT instances 12 years ago
versionmagic.h Added old abandoned KDE3 version of koffice 15 years ago

README

This filter is the new MS Word import filter, based on the wv2 library (an
independent project). To build it you have to:

1) Get recent wv2 sources via anonymous CVS access. Please check this page for
   details: http://sourceforge.net/cvs/?group_id=10501
   The module name is "wv2"
2) Install the library by invoking ./autogen.sh, configure, make, and
   make install (you might want to specify a --prefix when running configure)
   It's also recommended to use --disable-debug for a release version to avoid
   the excessive debug output of wv2.
   If you want to check whether wv2 has been built successfully, you should
   "make check" wv2 and run the tests in wv2/tests. They print a lot of debug
   information, but as long as the exit code is 0 it worked.
   Please report any problems with building wv2 to trobin@kde.org.
3) (Re)Run make -f Makefile.cvs in the KOffice toplevel directory
4) (Re)Run configure with your usual configure options. If you specified some
   special --prefix for the wv2 library above, please add --with-libwv2=DIR
   to your configure options.
   The configure script should detect wv2, to verify that you should grep
   config.h in the toplevel KOffice directory for "WV2".
5) Build and install koffice/filters/kword/msword. If the build fails please
   first try to update wv2 and the msword directory. If you're are using a CVS
   version of wv2 (i.e. not a released version but current CVS HEAD) please
   take a look at Makefile.am, you might have to uncomment some compile flags.
   In case that doesn't fix your problem please send a bug report to
   koffice@kde.org (you don't have to be subscribed to post there).
6) Ensure that the file $TDEDIR/share/services/ole_winword97_import.desktop
   doesn't exist on your system. If you installed all of KOffice HEAD it should
   be gone already.

Use it like any other KOffice filter.