General purpose note taker
General steps should be common for all platforms:
- Get the sources
- Install Qt SDK >= 5.4. QML and Quick modules must be installed.
- Open noter.pro with Qt Creator and choose Build or Run
Alternatively you can manually build with qmake:
- Create a build directory outside of the source directory
- cd into it and run:
qmake path/to/source
- Now run
make
ormingw32-make
, this should produce an executablenoter
ornoter.exe