This module needs LIBLINEAR. We have included a version (source code) of the library here, in the liblinear-1.91 folder.
In order to build it, you have to:
- compile from within the directory where the corresponding
cmakefileis located - place the resulting static library in the same directory of the
liblinearpackage - finally, set the environment variable
LIBSVMLIN_DIRto point at the same location
Once the library has been built as explained above, you can compile this module just by setting the BUILD_linearClassifierModule flag to ON as explained here.