From d3b65a001ad956f5b96f2f6bfa0fdeafa3c92e88 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 21 Mar 2023 20:17:46 -0700 Subject: [PATCH] remove workaround for broken mac release from readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d9e26a5..c21997f 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,6 @@ A lightweight cross-platform desktop client for Subsonic music servers (Navidrom 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. -**Mac OS (Intel)**: Unfortunately the release build mistakenly did not bundle all dependencies. (See issue [#87](https://github.com/dweymouth/supersonic/issues/87)) You must have python 3.10 (a dependency of one of the mpv dependencies) installed via homebrew. If the app still does not run due to an unsatisfied dependency, installing mpv via brew will ensure all dependencies are present. - -- `brew install python@3.10` (install brew at https://brew.sh if not already on your system) - **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. ## Build instructions (Ubuntu)