Skip to content

gwafotapa/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Library

A console application for book archiving written in C++ and using Qt

Author

Guillaume Wafo-Tapa

Prerequisites

You need cmake installed. Minimum version required: 3.25
Project was developed with generator 'Unix Makefiles', compiler g++ 12.1.0 and library Qt 6.5.1

Installation

From the root directory of the project:

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

You can then run the executable (from the build directory):

./Library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published