From a7c3aca9680731de657668656751a70ad7efa914 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 2 Jan 2012 09:27:11 +0000
Subject: [PATCH]

---
 utils/solvers/c++/solver.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/utils/solvers/c++/solver.cpp b/utils/solvers/c++/solver.cpp
index dec6b3d8ff..f5c1f41bf3 100644
--- a/utils/solvers/c++/solver.cpp
+++ b/utils/solvers/c++/solver.cpp
@@ -3,6 +3,13 @@
 #include <string>
 #include "onelab.h"
 
+// 1) Compile this solver: g++ solver.cpp
+//
+// 2) Add it to Gmsh:
+//   - launch Gmsh and open Tools->OneLab 
+//   - In the gear menu, select "Add new client"
+//   - Enter "My Solver" as client name, then choose the exe in the dialog
+
 int main(int argc, char **argv) 
 {
   onelab::remoteNetworkClient *client = 0;
-- 
GitLab