a note taking application that is heavily inspired by OneNote.
This project is based on the wonderful Qt framework.
If you're on Windows download and install it here: https://www.qt.io/download-open-source/ If you're on Linux use your package manager.
sudo apt install sudo apt-get install qt5-default qttools5-dev-tools mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev
sudo dnf install qt5-qt*
I don't know! If you have arch send a pull request to let the world know what commands to do!
I use Qt Creator to develop and I recommend using it.
The project uses qmake, so import the project to qtcreator and it should be fine as long as you have a recent version of qt.
Do the following if you only want to try Journal. If you want to contribute code I strongly recommend Setting up the development environment.
Make sure you have the dependencies installed and then:
- go to the project directory
cd Journal mkdir buildcd build- if on Ubuntu:
qmake ..if on Fedoraqmake-qt5 .. make./Journal

