Added build instructions to README.md

This commit is contained in:
Daniel Brunner
2018-09-17 20:50:49 +02:00
parent 09141b1a59
commit 9f7af8487f

View File

@@ -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
```