Changes between Version 1 and Version 2 of DevelopersGuide/Compiling
- Timestamp:
- 2016-01-16T17:14:13+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v1 v2 4 4 → [[Download#Source]] 5 5 6 == Compiling using `ant`==6 == Compiling using Ant == 7 7 The 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: 8 8 … … 14 14 That will create a `dist/josm-custom.jar` file if successful. 15 15 16 == Compiling using eclipse == 16 == Compiling using Eclipse == 17 18 Download and install Eclipse: https://www.eclipse.org/ 17 19 18 20 Use eclipse and the provided `.project` and `.classpath` file. Just add a new Java Project using the JOSM source folder as existing path.
