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
For testing check this page.
To show the performance of containers check this page.