summaryrefslogtreecommitdiff
path: root/math/libmesh/files/pkg-message-examples.in
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-12-20 20:36:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-12-20 20:36:19 +0000
commit435512ec911339ea39a336a1749283406aa98eca (patch)
tree50e952689b04ba6baf95f1dbd85d4f3c3d0e209f /math/libmesh/files/pkg-message-examples.in
parentAdd sysutils/u-boot-a64-olinuxino (diff)
New port: math/libmesh: Numerical simulation of partial differential equations
Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13524
Notes
Notes: svn path=/head/; revision=456854
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.
+======================================================================