GithubHelp home page GithubHelp logo

hossiphi / routeconverter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cpesch/routeconverter

0.0 0.0 0.0 65.53 MB

The popular GPS conversion and editing tool

Home Page: http://www.routeconverter.com

License: Other

Java 96.92% JavaScript 0.77% CSS 0.53% HTML 1.70% Batchfile 0.08%

routeconverter's Introduction

Build Status Translation status

What is RouteConverter?

RouteConverter is a popular open source tool to display, edit, enrich and convert routes, tracks and waypoints licensed under the GNU Public License. See http://www.routeconverter.com/about/ for details about features, supported formats and languages, screenshots, frequently asked questions and how you can help.

Downloads

Stable releases are available at http://www.routeconverter.com/releases/

Prereleases are frequently offered at http://www.routeconverter.com/prereleases/

If you want to contribute

Patches and pull requests are always welcome. If you minimize your diff, it's more likely that your contribution will be applied to the code base. Please stick to the code standards and formatting that you run across. And don't forget to add tests for your changes ;-)

CONTRIBUTORS.txt provides a list of the people who helped developing RouteConverter.

How to develop for RouteConverter

  1. Install a recent Java 8 SDK from http://www.oracle.com/technetwork/java/javase/downloads/

  2. Install a recent Maven 3.5 from http://maven.apache.org/download.html

  3. Clone RouteConverter from github:

    git clone git://github.com/cpesch/RouteConverter.git
    
  4. Open RouteConverter sources in an Integrated Development Environment (IDE)

    IntelliJ

    Eclipse

    NetBeans

    • Install NetBeans IDE Java SE from http://netbeans.org/downloads/
    • Install Git via "My NetBeans > Install Plugins"
    • Choose "Open Project..." and the root directory.
  5. Build RouteConverter

    Let JAVA_HOME refer to the Java 8 SDK

    set JAVA_HOME=c:\Programm Files\Java\jdk1.8.0_241
    

    Let M2_HOME refer to your Maven 3 Installation

    set M2_HOME=c:\Program Files\apache-maven-3.5.3
    

    Put JAVA_HOME and M2_HOME into your PATH

    set %PATH%=%JAVA_HOME%:%M2_HOME%:%PATH%
    

    Call

    mvn clean package
    
  6. Run RouteConverter

    java -jar RouteConverterCmdLine/target/RouteConverterCmdLine.jar
    java -jar RouteConverterLinuxOpenSource/target/RouteConverterLinuxOpenSource.jar
    java -jar RouteConverterMacOpenSource/target/RouteConverterMacOpenSource.jar
    java -jar RouteConverterWindowsOpenSource/target/RouteConverterWindowsOpenSource.jar
    

Have fun!

Christian

routeconverter's People

Contributors

cpesch avatar weblate avatar jsmakaayb avatar comradekingu avatar malte-neu avatar hvdwolf avatar i990342 avatar pietroba avatar xendez avatar santossi avatar mrihtar avatar milotype avatar diversio avatar lundefugl avatar yfdyh000 avatar ry0m43ch1z3n avatar robod7 avatar mirkodcomparetti avatar nijel avatar zod avatar ftes avatar ryanthara avatar petr-hendl avatar pcenachi avatar lxlxj avatar dmvdad avatar neserg avatar luzankia avatar kornelijus avatar jmontane avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.