Changes between Initial Version and Version 1 of Source code


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

Some users and developers need this, but definetly everyone at Download page

Legend:

Unmodified
Added
Removed
Modified
  • Source code

    v1 v1  
     1This [wiki:Portals portal] is about source code and compilation steps.
     2
     3Knowledge of Java is not necessary. You can inspect single files over the web frontend at [/svn] (or [/browser]).
     4
     5
     6== Get the source ==
     7
     8   * From the official Subversion repository (recommended if you're interested in JOSM core only):
     9{{{
     10#!sh
     11svn co https://josm.openstreetmap.de/svn/trunk josm
     12}}}
     13   * From the official OSM Subversion repository (recommended if you're also interested in plugins):
     14{{{
     15#!sh
     16svn co https://svn.openstreetmap.org/applications/editors/josm
     17}}}
     18   * From the unofficial [https://github.com/openstreetmap/josm GitHub mirror]:
     19{{{
     20#!sh
     21git clone git://github.com/openstreetmap/josm.git
     22}}}