Skip to content

0xbahaa/Journal

 
 

Repository files navigation

Stories in Ready

Journal

a note taking application that is heavily inspired by OneNote.

Class Diagram

Class Diagram

Dependencies

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.

Ubuntu

sudo apt install sudo apt-get install qt5-default qttools5-dev-tools mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev

Fedora

sudo dnf install qt5-qt*

Arch

I don't know! If you have arch send a pull request to let the world know what commands to do!

Setting up the development environment

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.

Use the terminal to build and run

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 build
  • cd build
  • if on Ubuntu: qmake .. if on Fedora qmake-qt5 ..
  • make
  • ./Journal

About

a note taking application that is heavily inspired by OneNote.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.5%
  • QMake 2.5%