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
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ Building the example
Instructions on how to configure and build with CMake::

git clone https://github.com/OpenCMISS-Examples/homogeneous_pipe_axial_extension.git
cd homogeneous_pipe_axial_extension
mkdir build
cmake -DOpenCMISSLibs_DIR=/path/to/opencmisslib/install ../homogeneous_pipe_axial_extension
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
Expand Down
Loading