From 0186506f76d616b28c7d57a14e4b2c9799e2443f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 9 Apr 2013 16:30:53 +0000 Subject: [PATCH] better explain make install/fast --- README.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index c9654a6b9f..1fe5706437 100644 --- a/README.txt +++ b/README.txt @@ -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 -- GitLab