blob: d7643235eff47ab00aef85047d96dca8c0fe281b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.
======================================================================
|