Changeset 34428 in osm for applications/editors/josm/plugins/MicrosoftStreetside/README.md
- Timestamp:
- 2018-07-18T12:02:17+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside
- Property svn:ignore
-
old new 8 8 .gitignore 9 9 .gradle 10 .settings 10 11 checkstyle-josm-MicrosoftStreetside.xml 11 12 spotbugs-josm-MicrosoftStreetside.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/MicrosoftStreetside/README.md
r34328 r34428 13 13 14 14 ## Building from source 15 Checkout the JOSM source, compile it and checkout the plugin source: 15 Checkout the JOSM source, compile it and checkout the plugin source (the last gradle command is optional, but contains code checking and unit test functionality - requires a Gradle installation): 16 16 17 17 svn co http://svn.openstreetmap.org/applications/editors/josm josm 18 18 cd josm/core 19 ant clean dist19 ant 20 20 cd ../plugins 21 21 rm -rf MicrosoftStreetside 22 22 git clone https://github.com/JOSM/MicrosoftStreetside.git MicrosoftStreetside 23 23 cd MicrosoftStreetside 24 ant clean install 24 ant clean 25 ant dist 26 gradle build 25 27 26 28 Now Restart JOSM and activate the MicrosoftStreeside plugin in your preferences.
Note:
See TracChangeset
for help on using the changeset viewer.