Skip to content

ukoethe/xvigra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xvigra

VIGRA2 based on xtensor.

Building From Source

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

Running unit tests

After building this project you may run its unit tests by using these commands:

$ make xtest

License

MIT License

About

VIGRA2 based on xtensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published