18 lines
428 B
Markdown
18 lines
428 B
Markdown
|
|
GeoFroggerFX
|
||
|
|
============
|
||
|
|
GeoFroggerFX is a JavaFX desktop application to manage geocaching gpx files.
|
||
|
|
Webpage of the project: [http://www.geofroggerfx.de](http://www.geofroggerfx.de)
|
||
|
|
|
||
|
|
This is the second try after a complete rewrite.
|
||
|
|
|
||
|
|
Requirements
|
||
|
|
------------
|
||
|
|
- JDK8
|
||
|
|
|
||
|
|
Building and run with Gradle
|
||
|
|
----------------------------
|
||
|
|
* Set your environment variable JAVA_HOME to the directory that contains the JDK1.8
|
||
|
|
* gradlew run
|
||
|
|
|
||
|
|
|