Update INSTALL.txt with info on dependencies

This commit is contained in:
Fedor Isakov 2023-02-22 13:40:53 +01:00
parent c5b7db1499
commit 895be0c925
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ Prerequisites:
for building the whole project, as samples expect the compiled languages to be
available in a project library.
## Necessary step to execute *before* everything else
This downloads all the dependencies:
./gradlew -b dependencies.gradle
## To fully build the project including all subprojects, execute: ##
mvn -Dmaven.javadoc.skip=true -B -f reactor install && ./gradlew assemble