File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ the necessary content into a ready-to-use FMU archive.
99### How do I get started?
1010
11111 . Clone this repository using the "Use this template" button.
12- 2 . Browse the example models from the ` examples ` branch.
12+ 2 . Browse the example models from the [ examples] ( https://github.com/Ecos-platform/fmu4cpp/tree/examples ) branch.
13133 . Implement your own model by inheriting from the provided ` fmu_base ` abstract class.
14144 . Create an FMU target by using the provided ` generate_fmu ` CMake function.
15155 . Build. Models for your platform are located in a ` models ` folder within the build folder.
16- 6 . Upload your changes to GitHub to trigger cross-compilation.
16+ 6 . Upload your changes to GitHub to trigger cross-compilation and validation against [ fmusim ] ( https://github.com/modelica/Reference-FMUs ) .
17177 . Download cross-compiled FMUs from the Actions tab.
1818
1919#### Alternate workflow using CMake FetchContent
You can’t perform that action at this time.
0 commit comments