Need to build for Arm64/aarch64
Opened this issue · 3 comments
claywd commented
Looking for some guidance on building the server for arm64. I've got access to wsl and a mac at the moment. lol
OttoKerner commented
You cannot build the server as it is closed source.
This repository is for Plex Media Player
claywd commented
I meant the player. Sorry about that.
diamondman commented
I don't have any experience working in this project, but I have built arm code on x86/64 with CMake.
You need to look up how to cross compile for aarch64 in CMake, or build the project on your AArch64 (I assume Raspberry PI). If you build on the aarch64 target, it might just work (even if slow).