Fix #135: Update libmpv package name in Linux install instructions

This commit is contained in:
Drew Weymouth
2023-04-18 17:36:36 -07:00
committed by GitHub
parent ec3cb0c36d
commit cf41e8ef18
+1 -1
View File
@@ -43,7 +43,7 @@ On Linux, Supersonic is [available as a Flatpak](https://flathub.org/apps/detail
If you are running Windows, Mac OS (Intel), or a Debian-based Linux distro, download the latest [release](https://github.com/dweymouth/supersonic/releases) for your operating system. If you prefer to build from source, **or there is no release build currently offered for your OS/architecture (Apple silicon Macs)**, then see the build instructions for your platform below. If you are running Windows, Mac OS (Intel), or a Debian-based Linux distro, download the latest [release](https://github.com/dweymouth/supersonic/releases) for your operating system. If you prefer to build from source, **or there is no release build currently offered for your OS/architecture (Apple silicon Macs)**, then see the build instructions for your platform below.
**If you are on Linux** you must have libmpv installed on your system. On apt-based systems, run `sudo apt install libmpv-dev` if it is not already installed. The Windows and Mac release builds bundle the mpv dependencies. **If you are on Linux** you must have libmpv installed on your system. On apt-based systems, run `sudo apt install libmpv1` if it is not already installed. The Windows and Mac release builds bundle the mpv dependencies.
## Build instructions (Ubuntu) ## Build instructions (Ubuntu)