Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knio/ultigpx
Automatically exported from code.google.com/p/ultigpx
https://github.com/knio/ultigpx
Last synced: 17 days ago
JSON representation
Automatically exported from code.google.com/p/ultigpx
- Host: GitHub
- URL: https://github.com/knio/ultigpx
- Owner: Knio
- License: lgpl-3.0
- Created: 2015-03-03T21:26:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T21:28:14.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T15:30:03.554Z (2 months ago)
- Language: Java
- Size: 10.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
UltiGPX
GPS Track ViewerAuthors
Tom Flanagan
Stephen
Brandon
Nathan
Jill Ainsworth
Bindu Varre
Joe StrathernCreated for Reid Holmes and Rob Walker for CPSC 301 at the
University of Calgary.To run:
UltiGPX can be run from the executable UltiGPX.jar file.
For this file to execute properly, you must have Java 1.6 or higher,
and must have write access to the directory, as the program must
extract some files to run.To execute the jar file, double click on it if your file manager
supports this, or run:java -jar UltiGPX.jar
To Compile (Windows):
first run:
moveresources.batthis extracts the dependancies that UltiGPX needs to compile
then run
build.batthis will compile and packake UltiGPX into a jar file.
To remove all temporary files created by the build
process, runclean.bat