Skip to content

Commit

Permalink
PRIS-154: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed Jan 14, 2021
1 parent c5f2e57 commit 08abb05
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,16 @@ As `-Djava.rmi.server.hostname` you have to take the IP address of your Docker H
This guide describes how you can checkout the source code from GitHub and how you can compile from source.
The following parts are required:

* [OpenJDK] or [Oracle Java Development Kit] with javac Version 8
* [OpenJDK] or [Oracle Java Development Kit] with javac Version 11
* Apache [Maven]
* [git-scm]
* `java`, `javac`, `git` and `mvn` should be in your search path
* `java`, `javac`, `git`, `make` and `mvn` should be in your search path
* Internet connection to download maven dependencies
* Documentation is build with [Antora] and requires to have `antora` in your search path

In your source directory run the command

mvn clean package
make all

It make sure everything from previous builds is cleaned away.
Then is compiles the code and build everything as a runnable jar as well as .tar.gz and .zip file in the `opennms-pris-dist/target` directory.
Expand Down Expand Up @@ -126,7 +127,7 @@ cd pris
Compile and assemble the source code to get the distributable tar.gz file

```
mvn clean package
make all
```

### Step 2:
Expand Down Expand Up @@ -193,3 +194,4 @@ The CI/CD workflows can be found in the `.circleci` directory.
[yED]: http://www.yworks.com/en/products_yed_about.html
[Web Chat]: https://chats.opennms.org/opennms-discuss
[Documentation]: https://docs.opennms.com
[Antora]: https://docs.antora.org/antora/2.3/install/install-antora/

0 comments on commit 08abb05

Please sign in to comment.