amirsaffari / online-multiclass-lpboost

Online Multi-Class LPBoost and Gradient Boosting
http://www.ymer.org/amir/software/online-multiclass-lpboost/
MIT License
66 stars 33 forks source link

need more details on how/where to install egine #1

Open andyyuan78 opened 9 years ago

andyyuan78 commented 9 years ago

it seems it always reports from src/experimenter.cpp:17: src/data.h:23:22: fatal error: Eigen/Core: No such file or directory

include <Eigen/Core>

                  ^

compilation terminated. In file included from src/OMCBoost.cpp:20:0: src/data.h:23:22: fatal error: Eigen/Core: No such file or directory

include <Eigen/Core>

                  ^

compilation terminated. In file included from src/classifier.h:17:0, from src/classifier.cpp:14: src/data.h:23:22: fatal error: Eigen/Core: No such file or directory

include <Eigen/Core>

                  ^

compilation terminated.

even I success install egine2

mpearmain commented 8 years ago

+1 libeigen2-dev installed on ubuntu box libconfig++-dev install

src/data.h:23:22: fatal error: Eigen/Core: No such file or directory

amirsaffari commented 8 years ago

If the Eigen library is not in the normal include paths, then find where it's installed on your machine and append the directory to the Makefile at

INCLUDEPATH = -I/usr/local/include -I$(HOME)/local/include
yu15129214430 commented 8 years ago

Hi, Where to install libconfig ?

gino0717 commented 7 years ago

+1 cannot find where to put the direction of libconfig