diff --git a/README.txt b/README.txt index d074047e86761d0f224b4aab6e857b586185d3a2..79fbe0d55209009bcc67243666689855b792a439 100644 --- a/README.txt +++ b/README.txt @@ -70,12 +70,16 @@ Build Gmsh from the command line ccmake .. - or you can specify options directly on the command line, e.g. + or you can specify options directly on the command line, for example cmake -DCMAKE_PREFIX_PATH=/opt/local .. to specify the location of external packages installed in - non-standard directories, or + non-standard directories, + + cmake -DCMAKE_INSTALL_PREFIX=/opt + + to change the installation directory, or cmake -DENABLE_FLTK=0 ..