From bc1d4b7c8aba91a8c9ba5b7ab4bdaa8b4654a00b Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Fri, 7 Apr 2023 19:03:19 -0700 Subject: [PATCH] update README with Mac build process change --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff59f10..1658596 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Download the latest [release](https://github.com/dweymouth/supersonic/releases) * clone the repo, CD into the repo root, and run ``go build .`` * (note that the first build will take some time as it will download and build the UI library) * run ``make package_macos`` to generate the .app bundle +* **If** you are on Mac OS **High Sierra** through **Catalina**, run ``make bundledeps_macos_highsierra`` and you are done! Otherwise, continue reaading. * At this point, the Supersonic.app bundle can be copied to Applications and it will run on your machine, but it depends on the brew installation of mpv * To copy the dependencies into the app bundle, and make it truly portable, run ``make bundledeps_macos``