From 7777580e1ee277cc3685dee4bb53f1929fa13817 Mon Sep 17 00:00:00 2001 From: Sangwhan Moon Date: Tue, 4 Jun 2019 20:32:03 +0900 Subject: [PATCH] Add missing details in build instructions. Resolves #3 and #8. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index b4ce951..f6ef20d 100644 --- a/README +++ b/README @@ -28,6 +28,14 @@ http://www.chokkan.org/software/liblbfgs/ Open the solution file "lbfgs.sln" and build it. [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 $ make $ make install # To install libLBFGS library and header.