You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,7 +64,7 @@ This means that your OSI is build statically but still linking dynamically again
64
64
Here, again either _protobuf_ has to build statically from source or some solution e.g. vcpkg needs to be utilized.
65
65
We recommend the following (as in the README of the OSI project):
66
66
67
-
Install _protobuf_ (version 3.0.0 or higher) from source with `CXXFLAGS="-fPIC"` to allow static linking of your OSI FMUs (replace <version> with preferred release):
67
+
Install _protobuf_ (version 2.6.1 or higher) from source with `CXXFLAGS="-fPIC"` to allow static linking of your OSI FMUs (replace <version> with preferred release):
0 commit comments