Next: , Previous: , Up: Top  


How to build

Building MemPool:

GNU/Linux:

cd ./build
../MemPool/configure
make && make test

Windows:

cd .\build
cmake ..\MemPool
cmake --build .