/libkml

This is a fork of libkml sources from: https://code.google.com/p/libkml/. Libkml sources in googlecode are svn versioning system. A git mirror is setup for the same using the method explained in: http://fredericiana.com/2010/01/12/using-svn-repositories-as-git-submodules/

Primary LanguageC++OtherNOASSERTION

This is a clone of libkml (http://libkml.googlecode.com/).

Build Status

  • It fixes several Linux compilation issues
  • Adds support for the Style tag embedded in Placemark.

A sparse libkml documentation is on the project wiki: http://code.google.com/p/libkml/w/list

Special thanks to gumdal for importing libkml to git.

Steps to build

    git clone https://github.com/kubark42/libkml.git
    cd libkml
    ./autogen.sh
    mkdir build
    cd build
    ../configure
    make
    sudo make install

If there are any problems, please start an issue.