From 143cab2f1465182ca4c99a48daf3e02650aecb91 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 11 Mar 2008 21:36:48 +0000
Subject: [PATCH] *** empty log message ***

---
 utils/misc/driver.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/utils/misc/driver.cpp b/utils/misc/driver.cpp
index cc2924d15f..5e6b766210 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>
-- 
GitLab