summaryrefslogtreecommitdiff
path: root/math/libmesh/files/pkg-message-examples.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/libmesh/files/pkg-message-examples.in')
-rw-r--r--math/libmesh/files/pkg-message-examples.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/libmesh/files/pkg-message-examples.in b/math/libmesh/files/pkg-message-examples.in
new file mode 100644
index 000000000000..d7643235eff4
--- /dev/null
+++ b/math/libmesh/files/pkg-message-examples.in
@@ -0,0 +1,13 @@
+======================================================================
+You installed libMesh, the library for numerical mesh simulations.
+
+You can run examples using for instance such command:
+
+$ cd %%EXAMPLESDIR%%/adaptivity/ex3 && gmake example-opt && ./run.sh
+
+Before running examples, please allow your user the write access:
+
+# chown -R {your-user}:users %%EXAMPLESDIR%%
+
+Examples require bash, gmake, libtool installed.
+======================================================================