mluessi / 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/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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/

License:Other


Languages

Language:C++ 94.4%Language:Python 3.6%Language:PHP 0.7%Language:Java 0.5%Language:Ruby 0.3%Language:Perl 0.2%Language:C 0.2%Language:Shell 0.1%Language:Objective-C 0.0%