Skip to content
forked from irdvo/gpxlib

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

License

Notifications You must be signed in to change notification settings

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

  • C++ 98.9%
  • Other 1.1%