Add missing details in build instructions.

Resolves #3 and #8.
This commit is contained in:
Sangwhan Moon 2019-06-04 20:32:03 +09:00
parent 23b8bddc92
commit 7777580e1e

8
README
View File

@ -28,6 +28,14 @@ http://www.chokkan.org/software/liblbfgs/
Open the solution file "lbfgs.sln" and build it. Open the solution file "lbfgs.sln" and build it.
[GCC] [GCC]
On top of a compiler and GNU Make, you will also need to install libtool
and automake to build.
On Debian distributions, this can be installed with:
sudo apt install libtool automake
$ ./autogen.sh
$ ./configure $ ./configure
$ make $ make
$ make install # To install libLBFGS library and header. $ make install # To install libLBFGS library and header.