The lbfgs library seems to build with make on UNIX or a Visual Studio project file on Windows. It would be nice if it built using CMake, which would allow it to build nicely on all platforms. Also, this would avoid needing particular version of the Visual Studio files to get it to build with a particular version of Visual Studio.
The lbfgs library seems to build with
make
on UNIX or a Visual Studio project file on Windows. It would be nice if it built using CMake, which would allow it to build nicely on all platforms. Also, this would avoid needing particular version of the Visual Studio files to get it to build with a particular version of Visual Studio.