How do I use Liblinear (as a developer) in a C++ Visual Studio 2012 project? I tried adding the files "linear.h", "linear.cpp", "tron.h", "tron.cpp" to my project; but there are additional dependencies that I could not resolve related to the "blas" directory located inside the liblinear directory. Can anyone please provide a step-by-step explanation on how to use liblinear in visual studio?
Thanks in advance!
You should add the files in the folder "liblinear-1.94\blas" to your project.