Schmeisser (Talk | contribs) |
Schmeisser (Talk | contribs) |
||
| Line 14: | Line 14: | ||
===How to get it=== | ===How to get it=== | ||
can be found in playground/office/geoshape | can be found in playground/office/geoshape | ||
| + | |||
| + | svn co svn://anonsvn.kde.org/home/kde/trunk/playground/office/geoshape | ||
| + | |||
needs at least | needs at least | ||
* koffice2 beta 5 or later | * koffice2 beta 5 or later | ||
* marble from KDE 4.2 ( trunk not tested ) | * marble from KDE 4.2 ( trunk not tested ) | ||
| + | |||
| + | Compile it using the standard procedure | ||
| + | |||
| + | cmake . | ||
| + | make | ||
| + | make install | ||
Contents |
geoshape is a so called shape, a plugin that can be used in (nearly) any Koffice2 application, like KWord, KPresenter and so on. At the moment it is limited to displaying a simple map, like they can be seen in Marble. Features like displaying adresses from a spreadsheet might follow later but are nowhere near implemented.
can be found in playground/office/geoshape
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/office/geoshape
needs at least
Compile it using the standard procedure
cmake . make make install