1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Some more info

This commit is contained in:
Martin Tůma 2015-11-30 23:21:13 +01:00
parent df6aaf1883
commit a809c81fd6

View File

@ -1,4 +1,29 @@
# GPXSee # GPXSee
GPX viewer and analyzer GPX viewer and analyzer.
GPXSee Web page: http://tumic.wz.cz/gpxsee * User-definable map sources.
* Track and elevation/speed graphs.
* Support for multiple tracks in one view.
* Support for POI files (Garmin CSV format).
* Export to PDF.
* Native GUI for Windows, Mac OS X and Linux.
## Build
### Linux/OS X
```shell
lrelease gpxsee.pro
qmake gpxsee.pro
make
```
### Windows
```shell
lrelease gpxsee.pro
qmake gpxsee.pro
nmake release
```
## Binaries
Available at Sourceforge: http://sourceforge.net/projects/gpxsee
## Homepage
GPXSee homepage: http://tumic.wz.cz/gpxsee