Changes between Version 16 and Version 17 of Nl:Source code


Ignore:
Timestamp:
2023-09-06T12:58:51+02:00 (2 years ago)
Author:
DiGro
Comment:

adjusted to revision 20

Legend:

Unmodified
Added
Removed
Modified
  • Nl:Source code

    v16 v17  
    1 [[TranslatedPages(revision=18)]]
     1[[TranslatedPages(revision=20)]]
    22
    33= Broncode =#Getthesource
     
    3030{{{
    3131#!sh
    32 git clone git://github.com/JOSM/josm.git
     32git 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.
     37mkdir josm && cd josm
     38git clone git://github.com/JOSM/josm-plugins.git plugins
     39# Dit is nodig voor het bouwen van de meeste plug-ins.
     40git clone https://github.com/JOSM/josm.git core
     41ln -s core/tools plugins/00_core_tools
     42ln -s core/test/lib plugins/00_core_test_lib
     43ln -s core/test/config plugins/00_core_test_config
    3344}}}
    3445