/LibraryManager

This is a simple library manager written in C++. Note: this is a W.I.P.

Primary LanguageC++MIT LicenseMIT

Library Manager

This is a library item manager.

Compile

Requirements

Windows

  • Visual Studio Build Tools or Visual Studio.
  • CMake 3.12 and up.

Linux / UNIX

  • g++ compiler or any supported c++ compiler should work.
  • CMake 3.12 and up.

Build withCMake on all supported platform

mkdir build
cd build
cmake ..
cmake --build .

Requirements

To run this software once compiled you will need to install Microsoft VC Redistribuables:

Usage

CLI Mode

This allow for direct cli commands

Run the program to show the helper

./LibraryManager(.exe) -h

Under windows LibraryManager executable is in the Debug subfolder.

Note for future versions