LookingGlassVTKModule icon indicating copy to clipboard operation
LookingGlassVTKModule copied to clipboard

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

Open dev-sora opened this issue 1 year ago • 3 comments

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

dev-sora avatar Jun 13 '24 03:06 dev-sora

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

psavery avatar Jun 14 '24 17:06 psavery

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: @.***>

aylward avatar Jun 14 '24 19:06 aylward

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

psavery avatar Jun 14 '24 19:06 psavery