Skip to content

cpptogether/MorningStar-connote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MorningStar-connotes

A simple C++17 project for managing simple text notes in console.

Written specially for MorningStar project.

Build

This project requires at least CMake 3.17, as the rule of thumb is do not use the ancient CMake versions as the more modern CMake, the more usable it will become. Althrough you can patch the CMakeLists.txt at line 1 to lower minimum version, but it is not recommended as the CMake had changed some convenient defaults (and had modernized the command line interface, see example below how to build).

The modern CMake could build the project using this simple command:

cmake -S . -B build && cmake --build build

License

GNU General Public License v2 or later. The library part is redistributed as GNU Lesser General Public License v2 or later.

About

simple console notes app for @Eixini's MorningStar project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published