chiark / gitweb /
Improved README
authorJulien Schueller <schueller@phimeca.com>
Tue, 12 Jul 2016 08:13:43 +0000 (10:13 +0200)
committerJulien Schueller <schueller@phimeca.com>
Tue, 12 Jul 2016 16:23:57 +0000 (18:23 +0200)
README.md

index d954ffa63f414f48df50d91dec364f791a57956c..33908f8cac2731f82726d19e1a45889672acc130 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,10 +11,10 @@ home page: http://ab-initio.mit.edu/nlopt
 It is compiled and installed with CMake build system:
 
     cmake .
-    make install
+    sudo make install
 
-See `./configure --help` or the `INSTALL` file for other options.  To
-build the latest development sources:
+See `CMakeLists.txt` file for cmake options.
+To build the latest development sources:
 
     git clone git://github.com/stevengj/nlopt
     cd nlopt