summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexandre Roux <alexandre.roux.danzi@lostpod.me>2021-11-18 16:21:25 +0000
committerAlexandre Roux <alexandre.roux.danzi@lostpod.me>2021-11-18 16:21:25 +0000
commitc8e43e5720e361173ddbf25a98716a3e7d680d45 (patch)
treeeeedee4c5ba37a3e9c9be423a54ce1301ac59bb9 /README.md
parente595f0c7fcdea72bcbed55336151f75e8ca4c0b9 (diff)
adding dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a50bbc..deabd71 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,17 @@ To strictly enforce the code quality, this project has a pre-commit hook which i
hooks/pre-commit
```
+## Build dependencies
+
+This app requires different modules that must be built indivually and pushed to a local maven repository or our gitlab
+
+modules must be build and deployed in the following order:
+
+- privacymodulesapi
+- privacymodulese
+- privacymoduletor
+- privacymoduletrackerfilter
+
## Build
If you'd like to build PrivacyCentral locally, you should be able to just clone and build with no issues.