An open API service indexing awesome lists of open source software.

https://github.com/srijanmukherjee/librarymanagementsystem

A c++ library management system
https://github.com/srijanmukherjee/librarymanagementsystem

cmake cpp library-management-system

Last synced: about 2 months ago
JSON representation

A c++ library management system

Awesome Lists containing this project

README

          

# A wxWidget Library management system

## Running Instructions

Note: Make sure to clone the repo with `--recursive` flag

```console
mkdir bin
cd bin
cmake ..
make
./App
```

## Libraries/Technologies used
- wxWidget
- SQLite
- [google test](https://google.github.io/googletest/)