VIGRA2 based on xtensor.
First make sure that you have CMake and a C++ compiler environment installed.
Then open a terminal, go to the source directory and type the following commands:
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_PREFIX_PATH="/path/to/xtensor;/path/to/gtest"
$ make
After building this project you may run its unit tests by using these commands:
$ make xtest
MIT License