Skip to content
Snippets Groups Projects
Commit 28eec292 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

document CMAKE_INSTALL_PREFIX

parent ecf074c7
No related branches found
No related tags found
No related merge requests found
......@@ -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 ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment