Skip to content

aragua/nobleNote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nobleNote


INSTALL:
========

Note for Windows users: Binary releases can be found on the releases page of this github repository

Qt 4.8, Qt5 or newer is required to build from source.

Dependencies: build-essential, qtbase5-dev, qttools5-dev-tools (or libqt4-dev)

To compile from source, open a terminal and change into the nobleNote source folder.
To install type:

qmake
sudo make install distclean

UNINSTALL:
==========

To uninstall type:

qmake     (if the Makefile has been removed)
sudo make deinstall

(Note that ~/.config/nobleNote.conf and
 the notes at their location won't be removed.
Backups are in their default data location.)

About

Program to make and manage notes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.7%
  • QMake 1.3%