Page 1 of 1

Regarding DGM installtion with cmake on Linux

Posted: Tue Sep 26, 2017, 04:19
by Biorak
Unable to build dgm library on Fedora with cmake

[ 1%] Building CXX object modules/DGM/CMakeFiles/DGM.dir/AveragePrecision.cpp.o
c++: error: /Zi: No such file or directory
make[2]: *** [modules/DGM/CMakeFiles/DGM.dir/build.make:63: modules/DGM/CMakeFiles/DGM.dir/AveragePrecision.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:86: modules/DGM/CMakeFiles/DGM.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

Re: Regarding DGM installtion with cmake on Linux

Posted: Thu Sep 28, 2017, 20:36
by Creator
Currently Linux is not supported by the DGM library.
However, if you manage to build it in Linux successfully, please share your CMake files and other configurations.

Re: Regarding DGM installtion with cmake on Linux

Posted: Fri Feb 22, 2019, 13:48
by Creator
Starting from version 1.7.0 the DGM library supports Linux. In particular it was tested with Ubuntu 18.04 and gcc 7.3.0. Please refer to the Installation Guide for more details.