mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
34 lines
716 B
Markdown
34 lines
716 B
Markdown
# GPXSee
|
|
GPX viewer and analyzer.
|
|
|
|
* User-definable map sources.
|
|
* Track and elevation/speed/heart rate graphs.
|
|
* Support for multiple tracks in one view.
|
|
* Support for POI files.
|
|
* Export to PDF.
|
|
* Full-screen mode
|
|
* Native GUI for Windows, Mac OS X and Linux.
|
|
|
|
![GPXSee - Linux](https://a.fsdn.com/con/app/proj/gpxsee/screenshots/linux.png)
|
|
|
|
## Build
|
|
### Linux/OS X
|
|
```shell
|
|
lrelease gpxsee.pro
|
|
qmake gpxsee.pro
|
|
make
|
|
```
|
|
### Windows
|
|
```shell
|
|
lrelease gpxsee.pro
|
|
qmake gpxsee.pro
|
|
nmake release
|
|
```
|
|
|
|
## Binaries
|
|
* Windows & OS X builds: http://sourceforge.net/projects/gpxsee
|
|
* Linux packages: https://build.opensuse.org/project/repositories/home:tumic:GPXSee
|
|
|
|
## Homepage
|
|
GPXSee homepage: http://tumic.wz.cz/gpxsee
|