wiki:Source code

Version 1 (modified by openstreetmap.org-user-d1g, 8 years ago) ( diff )

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

This portal is about source code and compilation steps.

Knowledge of Java is not necessary. You can inspect single files over the web frontend at svn (or browser).

Get the source

  • From the official Subversion repository (recommended if you're interested in JOSM core only):
    svn co https://josm.openstreetmap.de/svn/trunk josm
    
  • From the official OSM Subversion repository (recommended if you're also interested in plugins):
    svn co https://svn.openstreetmap.org/applications/editors/josm
    
  • From the unofficial GitHub mirror:
    git clone git://github.com/openstreetmap/josm.git
    
Note: See TracWiki for help on using the wiki.