Skip to content

calincru/marble

Marble - KDE

It is a copy of Marble (which is part of KDE) and contains all my work on my GSoC Project. A more detailed description of what my work involves can be found on my blog.

How to install

  1. Clone the repository

    git clone https://github.com/crucerucalin/marble ~/marble/
  2. Create the installation directory

    mkdir ~/marble-build
  3. Run cmake to generate Makefiles

    cd ~/marble-build
    cmake ~/marble -DCMAKE_INSTALL_PREFIX=~/marble_bin -DLIB_SUFFIX=64
  4. Run make install to get it installed and that's it. Launch it using ~/marble_bin/bin/marble if you are using KDE or ~/marble_bin/bin/marble-qt if you only have installed Qt libraries.

  5. To have the Annotate Plugin working, make sure that [plugin_annotation] from ~/.kde/share/config/marblerc has both enabled and visible fields set to true.

About

Marble is a virtual globe and a world atlas - part of the KDE Applications Suite

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
LICENSE.GPL-3
Unknown
COPYING.DOC
Unknown
COPYING-CMAKE-SCRIPTS

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published