Install KOffice unstable from svn
Note: trunk is for KDE4 and therefore requires the latest working development copy of KDE4. For information on how to set up a KDE4 development environment, see the KDE TechBase Building KDE4 page.
KOffice unstable is in the trunk branch. You might want to get it in order to test it, develop or to write docs. This is for advanced users.
Also, note that some distributions such as Ubuntu come with unstable KOffice packages in the repositories, which is useful if you only wish to test or write documentation. Please see your distribution's documentation for more details.
Providing you have set up your environment as outlined in Getting Started/Build KDE4, you should be able to build KOffice trunk using the following commands:
$ svn co svn://anonsvn.kde.org/home/kde/trunk/koffice
$ cd koffice
$ cmakekde
To keep your local copy up-to-date, you must perform:
$ cd koffice
$ svn up
$ cmakekde
Last update: 2008-02-15
The KOffice Project