- Clone repository
git@github.com:arsnazarenko/LRU.git
- Enter in directory
cd LRU
- Build project
make [level]
By default, without specifying the build level, all three levels will be built: debug, sanitized, release. In order to build a certain level of the program, specify it explicitly when building.
- Enter in directory
cd build/[level]
- Execute file
./main