DrewTechs
dece344408
|
3 years ago | |
---|---|---|
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
NoteBinder.pro | 3 years ago | |
README.md | 3 years ago | |
addApplicationLauncher.cpp | 3 years ago | |
addApplicationLauncher.h | 3 years ago | |
addApplicationLauncher.ui | 3 years ago | |
applicationlaunchers.cpp | 3 years ago | |
applicationlaunchers.h | 3 years ago | |
copyItemDialog.cpp | 3 years ago | |
copyItemDialog.h | 3 years ago | |
copyItemDialog.ui | 3 years ago | |
importSection.cpp | 3 years ago | |
importSection.h | 3 years ago | |
importSection.ui | 3 years ago | |
itemProperties.cpp | 3 years ago | |
itemProperties.h | 3 years ago | |
main.cpp | 3 years ago | |
mainwindow.cpp | 3 years ago | |
mainwindow.h | 3 years ago | |
mainwindow.ui | 3 years ago | |
newNotebookDialog.cpp | 3 years ago | |
newSectionDialog.cpp | 3 years ago | |
newSectionDialog.h | 3 years ago | |
newSectionDialog.ui | 3 years ago | |
newSectionDialogGroup.ui | 3 years ago | |
newSectionGroupDialog.cpp | 3 years ago | |
newSectionGroupDialog.h | 3 years ago | |
newSectionGroupDialog.ui | 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