diff --git a/doc/build.html b/doc/build.html index 0487d93ae..fb4128898 100644 --- a/doc/build.html +++ b/doc/build.html @@ -138,6 +138,7 @@ linked).
./configure --prefix=/usr/local ./configure --prefix=$HOME/pkgs ./configure CC=clang + ./configure --disable-shared (to make a statically linked executable) etc. make creates the c/mlr executable