I want to write the following include in my .cpp file :
#include <lpsolve/lp_lib.h>
But I really don't know how to install the library ... The official project sourceforge page gives a .tar.gz with the following files :
liblpsolve55.a lp_Hash.h lp_matrix.h lp_SOS.h lp_utils.h liblpsolve55.so lp_lib.h lp_mipbb.h lp_types.h
I tried to put the .so file in /usr/lib but I don't know how to link it with the lp_lib.h file ... I don't understand anything about external librairies in C++... Please help