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
{{ message }}
This repository was archived by the owner on Oct 15, 2021. It is now read-only.
Awesome work and I am trying to use the plugin in my UE4 projects. However, I work in Ubuntu environment where the third party libraries are not directly usable. I recompiled all the libraries (4 .a files in "lib" directory and 6 .so files in "redist" directory) needed using clang-8 and replace the lib pathes in "Proj.build.cs" and "SimulationModule.Build.cs". But I still failes when compiling the plugin. The error information is like:
ld.lld: error: undefined symbol: MD5_Init referenced by md5.c ld.lld: error: undefined symbol: MD5_Update referenced by md5.c
and so on.
I guess it is because of the static .a library that I use. So could you please provide a version of this plugin that support Linux environment?