Skip to content

Commit 9d0f88d

Browse files
committed
Merge branch 'master' into examples
2 parents 145a3ce + 91224eb commit 9d0f88d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ the necessary content into a ready-to-use FMU archive.
99
### How do I get started?
1010

1111
1. 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.
1313
3. Implement your own model by inheriting from the provided `fmu_base` abstract class.
1414
4. Create an FMU target by using the provided `generate_fmu` CMake function.
1515
5. 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).
1717
7. Download cross-compiled FMUs from the Actions tab.
1818

1919
#### Alternate workflow using CMake FetchContent

0 commit comments

Comments
 (0)