# MrWriter **Repository Path**: mirrors_barry-ran/MrWriter ## Basic Information - **Project Name**: MrWriter - **Description**: Notetaking and blackboard replacement application. Inspired by Xournal. Written in C++/Qt for Linux / Windows / Mac. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = MrWriter image:https://badges.gitter.im/unruhschuh/MrWriter.svg[link="https://gitter.im/unruhschuh/MrWriter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] == About Notetaking and blackboard replacement application. Inspired by Xournal. Written in C++/Qt for Linux / Windows / Mac. See the http://unruhschuh.github.io/MrWriter/[project homepage] for more informations and screenshots. == Build * Download and install http://www.qt.io/download/[Qt] * Run in the terminal ** `git clone https://github.com/unruhschuh/MrWriter.git` ** `cd MrWriter` ** `qmake` ** `make` * Alternatively: open `MrWriter.pro` in QtCreator, configure, build and run