Support for Linux on arm
Closed this issue · 2 comments
Hi,
as long as I'm not completely mistaken, this lib currently doesn't support linux on arm. I'm particularly interested in support for arm64 to use it with Raspberry Pi OS 64bit.
The Linux NDI SDK includes lib builds for arm64.
If someone gives me a hint on what config files to update, I'm happy to give that a shot and contribute 👍
This may work, or target_arch
may not be being resolved correctly for this to work. I've tried it on a pi which I don't remember if its running an arm or arm64 os, and it is trying to build for arm which fails.
I've just cloned the repo to a Pi running 64bit Pi OS, checked out the feat/more-platforms
branch, ran npm i
and then require(".").isSupportedCPU()
in the node REPL. Works fine and prints true
👍