From ca9ecf9482ff492c42c5591345e100cece7373ef Mon Sep 17 00:00:00 2001 From: Jannik Date: Wed, 26 Jul 2017 17:25:56 +0200 Subject: [PATCH] added maven build instructions --- Documentation.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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/