-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Update with build instructions
Signed-off-by: Taylor Smock <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |