Changes between Version 1 and Version 2 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2016-01-16T17:14:13+01:00 (10 years ago)
Author:
simon04
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v1 v2  
    44→ [[Download#Source]]
    55
    6 == Compiling using `ant` ==
     6== Compiling using Ant ==
    77The easiest way to compile JOSM, provided [https://www.java.com/en/download/faq/develop.xml Java JDK] and [https://ant.apache.org/ Ant] on your machine are properly set up, is to go to the josm directory and type:
    88
     
    1414That will create a `dist/josm-custom.jar` file if successful.
    1515
    16 == Compiling using eclipse ==
     16== Compiling using Eclipse ==
     17
     18Download and install Eclipse: https://www.eclipse.org/
    1719
    1820Use eclipse and the provided `.project` and `.classpath` file. Just add a new Java Project using the JOSM source folder as existing path.