| 32 | | git clone git://github.com/JOSM/josm.git |
| | 32 | git clone https://github.com/JOSM/josm.git |
| | 33 | }}} |
| | 34 | * Vanaf de niet officële [https://github.com/JOSM/josm-plugins josm-plugins GitHub mirror]: |
| | 35 | {{{#!sh |
| | 36 | # We repliceren effectief de hiërarchie van de mappen van de svn-opslagplaats van JOSM, zodat de plug-ins ku nnen worden gebouwd. |
| | 37 | mkdir josm && cd josm |
| | 38 | git clone git://github.com/JOSM/josm-plugins.git plugins |
| | 39 | # Dit is nodig voor het bouwen van de meeste plug-ins. |
| | 40 | git clone https://github.com/JOSM/josm.git core |
| | 41 | ln -s core/tools plugins/00_core_tools |
| | 42 | ln -s core/test/lib plugins/00_core_test_lib |
| | 43 | ln -s core/test/config plugins/00_core_test_config |