plex-media-player
plex-media-player copied to clipboard
Need to build for Arm64/aarch64
Looking for some guidance on building the server for arm64. I've got access to wsl and a mac at the moment. lol
You cannot build the server as it is closed source. This repository is for Plex Media Player
I meant the player. Sorry about that.
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).