Changes between Version 2 and Version 3 of Source code


Ignore:
Timestamp:
2016-08-20T10:12:40+02:00 (8 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

options without IDE should be there (for sysops and power users)

Legend:

Unmodified
Added
Removed
Modified
  • Source code

    v2 v3  
    2121git clone git://github.com/openstreetmap/josm.git
    2222}}}
     23
     24== Compile ==
     25=== Compiling using Ant ===
     26The 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:
     27
     28{{{
     29#!sh
     30ant
     31}}}
     32
     33That will create a `dist/josm-custom.jar` file if successful.
     34
     35=== Compiling using IDE ===
     36→ [[DevelopersGuide/Compiling]]