freebsd-ports/math/libmesh/files/pkg-message-examples.in
2019-08-13 22:29:42 +00:00

17 lines
398 B
Text

[
{ type: install
message: <<EOM
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.
EOM
}
]