Skip to content

johnpatek/c-memory-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Memory Pool

Build Status

Build Instructions

In order to build the memory pool library, the following must be installed:

  • CMake(>=2.8)
  • One of the following compilers:
    • GCC
    • MSVC

Windows

mkdir build
cd build
cmake ..
msbuild ALL_BUILD.vcxproj

Linux

mkdir build
cd build
cmake ..
make

Building Documentation

If you wish to build the documentation, doxygen is required. The only difference is the cmake command should be changed to the following:

cmake .. -DDOCS=ON

And then you can proceed as normal. This has only been tested using Linux.

Building Unit Tests

If you wish to build the unit tests, CTest is required. The cmake command should be changed to the following:

cmake .. -DTESTS=ON

This has been tested on both Linux and Windows 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published