(Linux) Instructions to build and run the RCR-Converter
- Git
- OpenJDK Java 17
- Gradle
$ ./gradlew clean
$ ./gradlew completeBuildCopy lib/jscience-4.3.1.jar and dist/rcr-converter.jar into the JOSM-plug-in directory (~/.josm/plugins).
Start JOSM
$ java -jar lib/josm-8800.jarGo to Edit -> Preferences -> Plugins and enable the rcr-converter plugin, then restart JOSM.
Done! Everything should work.