region based memory allocator - fundamental custom memory allocation system.
- Clone the repository:
git clone
- Create a build directory:
mkdir build && cd build
- Run CMake:
cmake ..
- Build the project:
make
If the build is successful, you should see the executable file for your project in the build directory.