Video tutorial:
- Homepage: https://timewarrior.net/
- Source code repository: https://github.com/GothenburgBitFactory/timewarrior
git clone --recurse-submodules https://github.com/GothenburgBitFactory/timewarrior.git
cd timewarrior/sudo apt install cmake make g++ python3 asciidoctorCheckout the desired version (optional):
# If you want to compile a release version instead of a current development version:
git tag # Find a version tag
git checkout v1.9.1 # Checkout the desired versionCompile:
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX="$HOME/local" -B _build
cmake --build _build -jcmake --install _build
