dwuggh / TwoNote

a lightweight Qt-based handwritten note-taking tool.

Home Page:https://github.com/dwuggh/TwoNote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwoNote

a lightweight Qt-based handwritten note-taking tool.

build

	# after cloned this repo and cd into it:
	mkdir build
	cmake .. -DCMAKE_BUILD_TYPE=Release
	make -j4
	./TwoNote

About

a lightweight Qt-based handwritten note-taking tool.

https://github.com/dwuggh/TwoNote

License:GNU General Public License v3.0


Languages

Language:C++ 95.6%Language:CMake 4.4%