DbZeiterfassung

Time tracking tool for work with plugin support

Build Status Codacy Badge

Building from source

This project can only be built as part of the project structure DbSoftware

git clone https://github.com/0xFEEDC0DE64/DbSoftware.git
cd DbSoftware
git submodule update --init --recursive 3rdparty/Quazip DbSketch DbZeiterfassung libs/DbCoreLib libs/DbGuiLib libs/DbNetworkLib
cd ..
mkdir build_DbSoftware
cd build_DbSoftware
cmake ../DbSoftware
make -j$(nproc)
./bin/zeiterfassung
Description
DbZeiterfassung git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware)
Readme GPL-3.0 282 KiB
Languages
C++ 94.2%
CMake 4.7%
Dockerfile 0.7%
C 0.4%