diff options
Diffstat (limited to 'math/libmesh/files/pkg-message-examples.in')
-rw-r--r-- | math/libmesh/files/pkg-message-examples.in | 13 |
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. +====================================================================== |