Skip to content

Automatically exported from code.google.com/p/garmintrainer

License

Notifications You must be signed in to change notification settings

ibooij/garmintrainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README
======

 == Building ==

GarminTrainer uses the Maven build system. Maven gets all dependencies from 
the maven repository. However, one of the dependencies is not in the main
repository and has to be installed into the local repository. Do this using 
the install_extra_libs.sh script.
 
 $ install_extra_libs.sh 

To create a runnable jar of GarminTrainer, run

 $ mvn assembly:assembly

This will create a jar, with all dependencies, in the target/ directory.

 == Code ==

The Map viewer code is taken from http://wiki.openstreetmap.org/wiki/JMapViewer. 
JMapViewer is based on the map viewer used in JOSM, the Openstreetmap editor.

About

Automatically exported from code.google.com/p/garmintrainer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages