plexinc / plex-media-player

Next generation Plex Desktop/Embedded Client
GNU General Public License v2.0
1.17k stars 170 forks source link

Need to build for Arm64/aarch64 #1042

Open claywd opened 3 years ago

claywd commented 3 years ago

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 3 years ago

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

claywd commented 3 years ago

I meant the player. Sorry about that.

diamondman commented 2 years ago

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