Open tanglinyan opened 2 years ago
ARM64 (Linux, macOS, Windows) support is possible by compiling this library for the corresponding OS.
One can try that. I can't test arm64 devices here.
Except, of course, I could try Qemu with arm64 compiled binaries. Can't promise this will happen soon as my time is finite with this project. Help is appreciated.
I'd be happy to participate, but I don't know much about it and I probably can't submit much help.
I found two articles
but have failed on the penultimate line "fetch --no-history webrtc" on my raspberry pi4 (armhf)
in line "sudo debootstrap --arch armhf --foreign --include=g++,libasound2-dev,libpulse-dev,libudev-dev,libexpat1-dev,libnss3-dev,libgtk2.0-dev wheezy rootfs" need to replace wheezy to correct linux distribution
after success execution may to try maven build
If the existing implementation supports arm64 linux, do we need to make many changes?