Navigation Menu

Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

irdvo/gpxlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpxlib

A c++ library for parsing, browsing, changing and writing of GPX files.

See gpxlib for more information.

Building

After cloning the project, goto the project build directory:

cd gpxlib/build

Run cmake for linux:

cmake ..

Run cmake for MinGW:

cmake -G "MinGW Makefiles" ..

Building static library:

cmake -DBUILD_SHARED_LIBS=OFF ..

Building dynamic library:

cmake -DBUILD_SHARED_LIBS=ON ..

Tests

In the directory gpxlib/test there is a test program (gpxtest).

Examples

In the directory gpxlib/examples there are a few example programs.

About

A c++ library for parsing, browsing, changing and writing of GPX files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages