ORNL-Modelica / UnrealEngine-FMIPlugin

27 stars 5 forks source link

Linux support #15

Closed l0wl3vel closed 3 years ago

l0wl3vel commented 3 years ago

I am currently trying to port this plugin to Linux for a university project. Where did you source the libzip and zlib binaries from?

greenwoodms06 commented 3 years ago

@tnorby Could you chime in on this? I don't recall.

tnorby commented 3 years ago

@l0wl3vel, we built the binaries locally using cmake. Prebuilt were included for convenience with MSVC. For Linux you'd likely want to build and compile on your own machine.

https://zlib.net/ https://libzip.org/

/UnrealEngine-FMIPlugin/FMIPlugin/Plugins/FMIKit/ThirdParty would be where you'd want to install or copy to.