https://github.com/knio/ultigpx
Automatically exported from code.google.com/p/ultigpx
https://github.com/knio/ultigpx
Last synced: about 1 year 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T21:28:14.000Z (over 11 years ago)
- Last Synced: 2025-02-01T12:28:53.942Z (over 1 year 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 Viewer
Authors
Tom Flanagan
Stephen
Brandon
Nathan
Jill Ainsworth
Bindu Varre
Joe Strathern
Created 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.bat
this extracts the dependancies that UltiGPX needs to compile
then run
build.bat
this will compile and packake UltiGPX into a jar file.
To remove all temporary files created by the build
process, run
clean.bat