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/cellml_growth_law.git
cd cellml_growth_law
mkdir build
cmake -DOpenCMISSLibs_DIR=/path/to/opencmisslib/install ../cellml_growth_law
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/cellml_growth_law.F90
./src/fortran/cellml_growth_law

or maybe it is a Python only example::

Expand Down
Loading