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

better explain make install/fast

parent f90505bd
No related branches found
No related tags found
No related merge requests found
......@@ -90,15 +90,18 @@ Build Gmsh from the command line
make
make install
and static and dynamic non-graphical release libraries in a "lib" subdirectory
with
and minimal static and dynamic libraries in a "lib" subdirectory with
cd lib
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_FLTK=0 -DENABLE_OCC=0 ..
cmake -DDEFAULT=0 -DENABLE_BUILD_LIB=1 -DENABLE_BUILD_SHARED=1 ..
make lib
make shared
make install/fast
(Note that "make install/fast" allows you to install only the targets that you
just built--i.e. "lib" and "shared", and will not trigger the recompilation of
the default target "gmsh".)
* To see a detailed compilation log use
make VERBOSE=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment