Added build instructions.

This commit is contained in:
yuv420p10le 2024-07-02 17:37:54 +03:00
parent 0d3f011bba
commit a1d4357d74

View File

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