943 B
943 B
DbZeiterfassung
Time tracking tool for work with plugin support
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