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 has been archived by the owner on Mar 3, 2020. It is now read-only.
Some notes on how to do this in case someone needs it:
It is necessary to change the "liblua.so" in ScriptPlugin.Build.cs to "liblua.dylib"
The line "ln -sfT $TORCH_BIN/.. install" fails on Mac but removing the "T" argument seems to do it as well
It seems like the "RenderCore" and "Slate" references are missing in UETorch.Build.cs
There are problems when building with the last version of Xcode because the clang versions are not compatible, Xcode 6.4 works ok.
In uetorch_activate.sh it was necesary to change "$(readlink -f $sourced)" by just "$sourced" since readlink returns an empty string if the argument is not a symbolic link.
The text was updated successfully, but these errors were encountered:
Have you been able to get this to work with the version working on 4.12? I attempted to follow your steps and currently the only steps that applied are number 2 and 3 but only adding RenderCore. I do get an error on 3 if I add in Slate. Everything after that seems to run well until I get to the make at which point there is no make file to run. Any ideas on what I am missing?
No, sorry, I have not tried on Mac. You'll definitely need to fix a few things as @marioyc mentioned; if I get around to it I will try to add support so you don't need to make these changes.
Some notes on how to do this in case someone needs it:
The text was updated successfully, but these errors were encountered: