$ mkdir build $ cd build $ cmake ../. $ make $ ./tests
$ mkdir build $ cd build $ cmake ../. -G "Visual Studio 15 2017"