From ee84fa34fbd6ed7b85d0c2101b645694cb578296 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 6 Mar 2023 09:10:02 -0800 Subject: [PATCH] updates to Mac build instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bdae1a..66fed8c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A lightweight cross-platform desktop client for Subsonic music servers (Navidrom ## Installation -Download the latest release 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 below. +Download the latest release 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 below. **If you are on Linux** you must have libmpv installed on your system. On apt-based systems, run `sudo apt install libmpv` if it is not already installed. The Windows and Mac release builds bundle the mpv dependencies. @@ -57,6 +57,7 @@ Download the latest release for your operating system. If you prefer to build fr * install go * install Xcode command-line tools (``xcode-select --install``) * install libmpv (``brew install mpv``) +* install dylibbundler (``brew install dylibbundler``) - needed only for building the .app bundle ### Build * Make sure header and library include paths include the dir in which homebrew installs headers/dylibs (may differ dep. on OS/Homebrew version)