Skip to content

FMU creation

mantielero edited this page Jun 15, 2023 · 1 revision

build.sh

This file:

  1. Compiles inc.nim creating: inc.so
  2. It copies the library within the folder structure.
  3. zips the folder structure creating inc.fmu
  4. Tests the inc.fmu with fmuCheck.linux64 (taken from FMUComplianceChecker).
Clone this wiki locally