opnsense-ports/math/libmesh/files/pkg-message-examples.in
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02: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
}
]