Project-10 / DGM

Direct Graphical Models (DGM) C++ library, a cross-platform Conditional Random Fields library, which is optimized for parallel computing and includes modules for feature extraction, classification and visualization.
http://research.project-10.de/dgm/
Other
188 stars 41 forks source link

DGM lib for Ubuntu #1

Closed marcoippolito closed 6 years ago

marcoippolito commented 8 years ago

Hi, are there any plans to port DGM library to Ubuntu?

ereator commented 8 years ago

Hi, at the moment, we do not plan to port DGM to Linux OS, however it is theoretically possible in the future. Please check the corresponding topic on our forum for the latest progress in this direction: DGM lib for Ubuntu

ereator commented 6 years ago

Please use the following commands to build the library for Ubuntu:

mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local make make install make clean

@marcoippolito If you have no further problem building the DGM library for Ubuntu, please close this issue.