chokkan / liblbfgs

libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)

Home Page:http://www.chokkan.org/software/liblbfgs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No configure script

sclamons opened this issue · comments

When I downloaded the project zip and went to install, I discovered there was no configure script! Running "autoreconf --force --install" fixed this as far as I can tell. It's easy enough to rebuild the configure script, but that step should at least be in the installation instructions.

You can generate the configure script using

./autogen.sh

Provided you have libtool installed.

That certainly works. That should probably be on the installation
instructions, though, for anyone who isn't familiar with the automake
process.

On Tue, Jun 11, 2013 at 7:28 AM, Stefan Seemayer
notifications@github.comwrote:

You can generate the configure script using

./autogen.sh

Provided you have libtool installed.


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-19255844
.