diff --git a/utils/misc/driver.cpp b/utils/misc/driver.cpp index cc2924d15fb782da6755d9729c19b3012b0d2f83..5e6b766210db434b9fac5fa6919fb91fe17af2f0 100644 --- a/utils/misc/driver.cpp +++ b/utils/misc/driver.cpp @@ -1,8 +1,9 @@ -// compile and install Gmsh as a library with +// configure, compile and install Gmsh as a library with // +// ./configure --disable-gui // make install-lib // -// Then compile this driver with "g++ driver.cpp -lGmsh" +// Then compile this driver with "g++ driver.cpp -lGmsh -lgsl -lgslcblas" #include <stdio.h> #include <gmsh/Gmsh.h>