A convergent markdown note taking application.
- Kirigami
- Qt Quick Controls
- Install the required packages, which you can find on this page
- Download or clone the repo
- Inside the directory run :
mkdir build
cd build
/usr/bin/cmake -Wno-dev -G Ninja ../
/usr/bin/ninja
/usr/bin/cmake
is the default path to cmake, replace it by yours if it's different.
Same goes for /usr/bin/ninja
.