]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/README.md
46d611bc2dfbc26885112a40718d7a3807b01413
[simantics/fmil.git] / org.simantics.fmil.core / README.md
1 # How to build FMUSimulator and FMILibrary
2
3 CMake GUI for generating Visual Studio project files from FMILibrary sources
4
5 Remember to manually delete CMakeCache and CMakeFiles from FMILibrary/build/expatex/-folder 
6
7 NOTE:
8         
9 When building the libfmilib_shared.so, we need to replace fmi_util.c file under "<path to FMILibrary>/src/Util/src/FMI/fmi_util.c" with contents of fmi_util.c.txt, located
10 under /native/FMUSimulator/fmi_util.c.txt. The Dockerfile already does this so if you build the libfmilib_shared.so with that, then you needn't worry about this.
11