- Qt >= 5.15.1
- CMake >= 3.5
- Compiler that supports C++17
> mkdir build && cd build
> cmake ..
> make -j
> ./qcmddocs
- Add Git for versioning and synchronizing documents using libgit2
This is a qt frontend for cmddocs framework that manages notes as markdown files in a git repository.
C++BSD-3-Clause