mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13524
13 lines
497 B
Text
13 lines
497 B
Text
======================================================================
|
|
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.
|
|
======================================================================
|