From: Steven G. Johnson Date: Tue, 14 Nov 2017 18:09:13 +0000 (-0500) Subject: recommend building in a subdir X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=935fde03024efebb6f52fe38b784ee50b4b0f03e;p=nlopt.git recommend building in a subdir --- diff --git a/README.md b/README.md index a9dda82..9bf471f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ NLopt is compiled and installed with the [CMake][1] build system git clone git://github.com/stevengj/nlopt cd nlopt - cmake . + mkdir build + cd build + cmake .. make sudo make install