Skip to content
/ qnv Public

A nvpy clone written in C++/Qt. A very simple way to keep notes

Notifications You must be signed in to change notification settings

cajun-rat/qnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QNV - Simple Engineer's logbook

Build instructions

Install prerequisites:

sudo apt install cmake ninja-build build-essential qtbase5-dev exuberant-ctags libboost-system-dev libboost-random-dev

Configure with cmake:

mkdir build-rel
cd build-rel
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..

Build and run locally

ninja
src/qnv

Create a Debian Package

cpack

Install it

sudo apt install ./qnv-1.1-Linux.deb

qnv notes are stored in .qnv in your home directory. Checking this directory into git is a good way to share it between computers.

About

A nvpy clone written in C++/Qt. A very simple way to keep notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published