windows compilation - Pr0curo/thanote GitHub Wiki

to compile thanote with windows 10, a couple of steps are neccessary.

prequisites

MSys2

  • conan
  • cmake
  • ninja
  • gtkmm

conan

compile

clone the repository to a folde of your choice

git clone https://github.com/Pr0curo/thanote.git

cd thanote

mkdir build

conan install .. --build=missing

cmake .. -G Ninja

ninja

nun sollte thanote erstellt sein