Skip to content

Commit

Permalink
README: Update with build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed May 10, 2021
1 parent 6884622 commit 2ee98a2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README

This file was deleted.

18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
README
======
The author of OpenQA is Taylor Smock <[email protected]>.

OpenQA is a plugin designed to take various QA systems for OpenStreetMap and integrate them with JOSM.
OpenQA currently only supports KeepRight and Osmose.

OpenQA is licensed under the GPL v2 or later, due to copying CachedFile from JOSM.


# Building
## Gradle
`./gradlew clean build`
## Ant
For `ant`, you *must* have cloned this repository into the JOSM plugin directory.

See [https://josm.openstreetmap.de/wiki/Source%20code#Getthesource](https://josm.openstreetmap.de/wiki/Source%20code#Getthesource).
Specifically, you want the url that indicates "you're also interested in plugins".

0 comments on commit 2ee98a2

Please sign in to comment.