Regarding DGM installtion with cmake on Linux

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Regarding DGM installtion with cmake on Linux

Re: Regarding DGM installtion with cmake on Linux

Post by Creator » Fri Feb 22, 2019, 13:48

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.

Re: Regarding DGM installtion with cmake on Linux

Post by Creator » Thu Sep 28, 2017, 20:36

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.

Regarding DGM installtion with cmake on Linux

Post by Biorak » Tue Sep 26, 2017, 04:19

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

Top