Kitware / LookingGlassVTKModule

Other
15 stars 12 forks source link

Build Looking Glass module for ARM chip (like Raspberry Pi) #66

Open dev-sora opened 2 weeks ago

dev-sora commented 2 weeks ago

Thanks Kitware team,

I'd like to build VTK with enabling Looking Glass module for Raspberry Pi, but the shared library is compiled for x86_64 which preventing me from natively building on the board. Is there any good practice to perform native build for arm chipset?

Thanks

psavery commented 2 weeks ago

Hi there,

It's been a while since I worked on this. We do have python shared libraries available for macos arm64 on PyPI, but not for Linux.

You should be able to compile this for arm on Linux, though. There are details about how to compile it in the README. I can't remember enough details to provide any further info, though.

Thank you! Patrick

aylward commented 2 weeks ago

Patrick, do they perhaps need to contact looking glass to get the appropriate sdk / library for their system?On Jun 14, 2024 12:38 PM, Patrick Avery @.***> wrote: Hi there, It's been a while since I worked on this. We do have python shared libraries available for macos arm64 on PyPI, but not for Linux. You should be able to compile this for arm on Linux, though. There are details about how to compile it in the README. I can't remember enough details to provide any further info, though. Thank you! Patrick

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

psavery commented 2 weeks ago

Yes that's true. You will probably have to contact Looking Glass to get the library for arm64 Linux.