Notetaking and blackboard replacement application. Inspired by Xournal. Written in C++/Qt for Linux / Windows / Mac.
See the project homepage for more informations and screenshots.
This is a fork of the original MrWriter software. The fork has the ability to annotate PDFs with your stylus.
-
Qt has to be installed
-
Poppler has to be installed
-
[Discount](https://www.pell.portland.or.us/~orc/Code/discount/) has to be installed
-
(optional) pdftk has to be installed (for proper PDF export)
-
Run in the terminal
-
cd MrWriter
-
qmake
-
make
-
./MrWriter
-
Alternatively: open
MrWriter.pro
in QtCreator, configure, build and run