chiark / gitweb /
Update doc index
authorJulien Schueller <schueller@phimeca.com>
Wed, 8 Aug 2018 15:05:32 +0000 (17:05 +0200)
committerJulien Schueller <schueller@phimeca.com>
Wed, 8 Aug 2018 16:31:46 +0000 (18:31 +0200)
doc/docs/index.md

index f008af4ce6169c5f6f5c3b2109c0b72cbf4845ea..df5d117cabff07c799cdc231880dac5169a508b9 100644 (file)
@@ -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
 ```