Skip to content

Commit 0de6471

Browse files
author
Nicolai Parlog
committed
Mention that build copies dependencies into "lib"
1 parent 975cd47 commit 0de6471

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Then you can add it to your IDE (how-to for [IntelliJ](https://www.jetbrains.com
6262
### IDEs and Build Tools
6363

6464
This is a multi-module Maven project, which your IDE should be able to import.
65-
You should use at least Intellij IDEA 2017.2, Eclipse Oxygen.1a, or NetBeans 9.
65+
You should use at least IntelliJ IDEA 2017.2, Eclipse Oxygen.1a, or NetBeans 9.
6666
If you're using Maven directly, make sure you have 3.5.0 or higher.
6767

6868

@@ -94,3 +94,5 @@ The root directory contains a number of Windows batch and Linux shell scripts:
9494
* `multi-compile`: compiles all modules at once
9595
* `dry-run`: launches the application with `--dry-run`, which aborts before calling the main method
9696
* `run`: launches the application
97+
98+
Before you can use them, you need to run `mvn install` once, so Maven can download the dependencies and copy them into the `libs` folder.

0 commit comments

Comments
 (0)