Instalation (with CMake 3.17.1) 🏭
Linux, UNIX - GCC 10.1
To compile open a command prompt and run
cmake -G"Unix Makefiles" ./.. && makefrom thebuildfolder.To run the unit tests execute
./tests/unit_tests/UnitTestsfrombuildfolder.To run the dataset tests run
./tests/dataset_tests/ImportDatasets.shand execute./tests/dataset_tests/DatasetTestsfrombuildfolder.
Windows - MSVC++ 14.2
You can generate a Visual Studio project by running
cmake -G"Visual Studio 16 2019" ./..frombuildfolder.To run the unit tests open
./tests/unit_tests/UnitTests.vcxprojin Visual Studio.To run the dataset tests run
./tests/dataset_tests/ImportDatasets.shand open./tests/dataset_tests/DatasetTests.vcxprojin Visual Studio.