blob: 7463ad1efc1f8c2a6462ca3ade90a05238b53510 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ 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
}
]
|