Skip to content
Snippets Groups Projects
Commit 31b17c64 authored by Laura Stengel's avatar Laura Stengel
Browse files

adapted README.md

parent 1c46faff
No related branches found
No related tags found
1 merge request!259Resolve "Pipeline runtime"
Pipeline #128814 passed
...@@ -23,9 +23,9 @@ If you are using a Unix based system, you can simply run: ...@@ -23,9 +23,9 @@ If you are using a Unix based system, you can simply run:
### Installing M++ ### Installing M++
This Project uses the M++Core to run cardiac electromechanical simulations. To install it and the M++ core, use the command This Project uses the M++Core to run cardiac electromechanical simulations. To install it and the M++ core, use the command
```git clone --recurse-submodules https://git.scc.kit.edu/mpp/cardmech.git``` or ```git clone --recurse-submodules https://gitlab.kit.edu/kit/mpp/cardmech.git``` or
```git clone --recurse-submodules git@git.scc.kit.edu:mpp/cardmech.git``` if you have a SSH key. ```git clone --recurse-submodules git@gitlab.kit.edu:kit/mpp/cardmech.git``` if you have a SSH key.
Then change into the project root, create a new build folder with ```mkdir build```, go into this folder and run ```cmake ..```. Then change into the project root, create a new build folder with ```mkdir build```, go into this folder and run ```cmake ..```.
CMake generates a Makefile tailored to your system. Run ```make -j``` to finally build the project. CMake generates a Makefile tailored to your system. Run ```make -j``` to finally build the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment