plex-media-player icon indicating copy to clipboard operation
plex-media-player copied to clipboard

Need to build for Arm64/aarch64

Open claywd opened this issue 3 years ago • 3 comments

Looking for some guidance on building the server for arm64. I've got access to wsl and a mac at the moment. lol

claywd avatar Sep 28 '21 19:09 claywd

You cannot build the server as it is closed source. This repository is for Plex Media Player

OttoKerner avatar Sep 29 '21 07:09 OttoKerner

I meant the player. Sorry about that.

claywd avatar Oct 01 '21 16:10 claywd

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).

diamondman avatar Nov 15 '21 07:11 diamondman