From a1d4357d747aee61533b38cc9cd1f1e2896fd966 Mon Sep 17 00:00:00 2001 From: yuv420p10le <139547685+yuv420p10le@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:37:54 +0300 Subject: [PATCH] Added build instructions. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 30bbf67..940a1f9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,17 @@ Build using Visual Studio 2022, C++20. You need [Zydis](https://github.com/zyant [linuxserver/docker-plex](https://github.com/linuxserver/docker-plex)'s image uses GLIBC 2.35, and Debian stable (bookworm, as of now) is at 2.36. Use a host with an older version to build (e.g. Debian Bullseye). +`git` `cmake` `make` and a C++ compiler (tested with clang++) required. + +``` +git clone https://gitgud.io/yuv420p10le/plexmediaserver_crack.git && \ + cd plexmediaserver_crack/linux && \ + cmake . && \ + make +``` + +`plexmediaserver_crack.so` should now appear in the same directory. Refer to the `scripts/crack_native.sh` or `scripts/crack_docker.sh` scripts to see how it's installed. + ### Troubleshooting * For intro/credit detection, go to Settings -> Library -> Marker source; and select the "local detection only" option.