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
- Host: GitHub
- URL: https://github.com/srijanmukherjee/librarymanagementsystem
- Owner: srijanmukherjee
- Created: 2022-08-28T20:34:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T23:36:51.000Z (over 3 years ago)
- Last Synced: 2025-01-06T01:25:34.704Z (over 1 year ago)
- Topics: cmake, cpp, library-management-system
- Language: C
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)