Schmeisser (Talk | contribs) |
Schmeisser (Talk | contribs) |
||
| Line 15: | Line 15: | ||
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 | + | svn co svn://anonsvn.kde.org/home/kde/trunk/playground/office/geoshape |
needs at least | needs at least | ||
| Line 23: | Line 23: | ||
Compile it using the standard procedure | Compile it using the standard procedure | ||
| − | cmake . | + | cmake . |
| − | make | + | make |
| − | make install | + | 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