Skip to content

Chukak/containers

Repository files navigation

Containers

Build Status

Documentation

Python

How to compile

In Linux, you need g++ version 7 or newer, CMake version 3.7.2 or newer for branch master. Also g++ version 5 or newer, CMake version 3.4 or newer for btanch old, but theese branches not updated at the moment.

Clone this repository. You can compile the library using the CMake command or the build_library.sh script.

  • Run make:
mkdir build && cd build
cmake ../
  • Run build_library.sh:
./build_library.sh --inplace

OR

./build_library.sh /path/to/library

To get more information:

./build_library.sh --help

Tests

For testing check this page.

Performance

To show the performance of containers check this page.