Skip to content

paulusel/library-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

Build

Make sure you have these installed.

  • cmake
  • ninja

First clone this repo

git clone --recursive-submodules https://github.com/armchaircode/library-system.git
cd library-system

Afterwards, if you have make installed, do the following.

make configure
make compile

On systems without make

cmake -S . -B ./build -G Ninja
cmake --build ./build

About

A school project of library management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages