From 9f7af8487fe48257811ada052d6d2c93944216cc Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Mon, 17 Sep 2018 20:50:49 +0200 Subject: [PATCH] Added build instructions to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 256c5e4..00ada55 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # DbZeiterfassung DbZeiterfassung git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware) + +# Building from source +```Shell +git clone --recursive https://github.com/0xFEEDC0DE64/DbSoftware.git +mkdir build_DbSoftware +cd build_DbSoftware +qmake CONFIG+=ccache ../DbSoftware +make -j$(nproc) sub-DbZeiterfassung sub-DbZeiterfassung-install_subtargets +./bin/zeiterfassung +``` \ No newline at end of file