JJones780
JJones780
RE: The zip files containing the 4.11.0 release : UltraleapTracking_ue5_3.zip and UltraleapTracking_ue5_2.zip and maybe others? 20+ directories were missing access rights causing the compile to fail. I corrected these using...
same libLeapC.so in Android and Linux directories In both UltraleapTracking_ue5_3.zip and UltraleapTracking_ue5_2.zip, others? ``` > md5sum ./UltraleapTracking_ue5_3-4.11.0/Source/ThirdParty/LeapSDK/Lib/Linux/x64/libLeapC.so ./UltraleapTracking_ue5_3-4.11.0/Source/ThirdParty/LeapSDK/Lib/Android/arm64-v8a/libLeapC.so 39a144928cb9df21eedfd3103d96dc25 ./UltraleapTracking_ue5_3-4.11.0/Source/ThirdParty/LeapSDK/Lib/Linux/x64/libLeapC.so 39a144928cb9df21eedfd3103d96dc25 ./UltraleapTracking_ue5_3-4.11.0/Source/ThirdParty/LeapSDK/Lib/Android/arm64-v8a/libLeapC.so ``` Both libs are the same: ARM aarch64...
I just gave it a quick try at compiling .. with updates Here's my experience thus far: `cmake --workflow --preset="clang-release" ` gave me an error "`The CMAKE_CXX_COMPILER: clang++ is not...