Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ Building the example
Instructions on how to configure and build with CMake::

git clone https://github.com/OpenCMISS-Examples/cantilever_growth.git
cd cantilever_growth
mkdir build
cmake -DOpenCMISSLibs_DIR=/path/to/opencmisslib/install ../cantilever_growth
cd build
cmake -DOpenCMISS_INSTALL_ROOT=/path/to/opencmiss/install ../.
make # cmake --build . will also work here and is much more platform agnostic.

Running the example
===================

Explain how the example is run::

cd build
./src/fortran/cantilever_growth.F90
./src/fortran/cantilever_growth

or maybe it is a Python only example::

Expand Down
Loading