diff --git a/Documentation.md b/Documentation.md index 96bda9e..c9edca6 100644 --- a/Documentation.md +++ b/Documentation.md @@ -1,9 +1,22 @@ +### Build +Project-HomeFlix uses maven to manage all dependencies and to build the Software. In order to build Project-HomeFlix +make sure you have [Maven](https://maven.apache.org/) installed. + +Clone Project-HomeFlix +`git clonehttps://github.com/Seil0/Project-HomeFlix.git` + +go to the root folder of Project-HomeFlix and execute the following command +`mvn package` + +The final package can be found in /target. + + ### used libraries and apis -JFoenix: https://github.com/jfoenixadmin/JFoenix -minimal-json: https://github.com/ralfstx/minimal-json -sqlite-jdbc: https://github.com/xerial/sqlite-jdbc -apache commons io: https://commons.apache.org/proper/commons-io/ +JFoenix: https://github.com/jfoenixadmin/JFoenix +minimal-json: https://github.com/ralfstx/minimal-json +sqlite-jdbc: https://github.com/xerial/sqlite-jdbc +apache commons io: https://commons.apache.org/proper/commons-io/ omdbapi: http://omdbapi.com/