git clone git:///plexinc/plex-media-player.Building plex-media-playerĪssuming that everything else has installed correctly, building Plex Media Player should now be fairly straightforward: You can also attempt to skip the installation step, and change the paths in the PMP build step to the build directory, but this is more complicated. (The FFmpeg libraries are statically linked in libmpv when using mpv-build.)
PLEX ON MAC OS X INSTALL
In particular, it does not install or use FFmpeg libraries. With this, libmpv should have been installed to /usr/local/. rebuild -j4 (this steps checks out all sources and compiles them and takes a while)
PLEX ON MAC OS X HOW TO
Here are instructions how to build them locally. It's recommended to build a current version, or to get them from 3rd party sources (some are listed on ). While most distros have FFmpeg and mpv packages, they're often outdated. (Untested whether this works reliably.) Building mpv and ffmpeg On Windows and OSX, you can omit the -DQTROOT argument to use the Qt built by Plex. Otherwise, download a supported Qt version from qt.io. If your distro provides a Qt 5.9.5 package, try to use it. Systems not based on Debian/Ubuntu will have similar packages, but you'll need to figure out their names yourself.
Plex Media Player officially requires Qt 5.9.5.
Or if you prefer working in Xcode, run CMake for the xcode build):