To install the In-Memory-Key-Value-Storages-CPP, follow these steps:
- Clone or download repository.
git clone https://github.com/tonitaga/In-Memory-Key-Value-Storages-CPP.git
- Ensure you have the g++ compiler installed on your system.
- Build & Test
make all
or use target only for build
make build
- Run the program
make run