I’ve been looking at using KDE's MarbleWidget in an application on OSX. However, the instructions located here: http://marble.kde.org/sources.php only seem to build marble.app and install it. I haven’t been able to figure out how to get includes and libs installed under /usr/local.
Any ideas?
I can only give advice on Linux version, but I imagine it’s similar.
The installation process should also create the library files which you can use in your own application. To copy them to the folder /usr/local, you can follow something like this:
http://code.google.com/p/tonatiuh/wiki/InstallingMarbleForLinux
Then you can follow the following to setup a basic application:
http://techbase.kde.org/Projects/Marble/MarbleCPlusPlus
Basically you have to locate the library files and copy & paste to correct directory. Hope that helps.