From: Julien Schueller Date: Wed, 8 Aug 2018 15:05:32 +0000 (+0200) Subject: Update doc index X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=74e647b667f7c4500cdb4f37653e59c29deb9ee2;p=nlopt.git Update doc index --- diff --git a/doc/docs/index.md b/doc/docs/index.md index f008af4..df5d117 100644 --- a/doc/docs/index.md +++ b/doc/docs/index.md @@ -23,14 +23,14 @@ See the [NLopt Introduction](NLopt_Introduction.md) for a further overview of th Download and installation ------------------------- -Version 2.4.2 of NLopt is the latest version available from our web site: +Version 2.5.0 of NLopt is the latest version available from GitHub: -- [nlopt-2.4.2.tar.gz](http://ab-initio.mit.edu/nlopt/nlopt-2.4.2.tar.gz) +- [nlopt-2.5.0.tar.gz](https://github.com/stevengj/nlopt/archive/v2.5.0.tar.gz) See the [NLopt release notes](NLopt_release_notes.md) for the release history. NLopt is designed to be installed on any Unix-like system (GNU/Linux is fine) with a C compiler, using the standard ``` -./configure && make && sudo make install +cmake . && make && sudo make install ```