mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Some more info
This commit is contained in:
parent
df6aaf1883
commit
a809c81fd6
29
README.md
29
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user