The Note Binder is a Note Organizing Application with a built-in Application Launcher to compliment Note Taking applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
DrewTechs da55666e28 Upload files to '' 3 years ago
LICENSE Initial commit 3 years ago
README.md Update 'README.md' 3 years ago
addApplicationLauncher.cpp Upload files to '' 3 years ago
addApplicationLauncher.h Upload files to '' 3 years ago
addApplicationLauncher.ui Upload files to '' 3 years ago
applicationlaunchers.cpp Upload files to '' 3 years ago
applicationlaunchers.h Upload files to '' 3 years ago
importSection.cpp Upload files to '' 3 years ago
importSection.h Upload files to '' 3 years ago
importSection.ui Upload files to '' 3 years ago
itemProperties.cpp Upload files to '' 3 years ago
itemProperties.h Upload files to '' 3 years ago

README.md

Notebinder

The Note Binder is a Note Organizing Application with a built-in Application Launcher to compliment Note Taking applications.

This is currently at Version 1.0

Compiling the program:

To compile the program, installing the required dependencies is essential. Installing qt5-base and qt5-default is recommended as well as setting up qmake. Also install build essentials such as make, gcc/g++ as well.

Once dependencies are installed run qmake and a Makefile will be generated.

Then run make -j N where N is the number of jobs runnning on the CPU (highest recommended number being the same number of CPU threads on the computer compiling the code).

Once that is runned the application has been created (the binary file is NoteBinder).

More information on this project can be found at https://drewtechs.net/projects/note-binder