From 31df8ab054e010978558739d962fcb69f26fbf89 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Fri, 14 Mar 2025 09:24:39 -0700 Subject: [PATCH] add migrated_fynedo to `make build` --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f91cfdf..8ac1bc2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - go build + go build -tags migrated_fynedo # dylibbundler doesn't seem to pick up on the Python framework dependency, # so the last 3 cmds move it over manually. This is a bit fragile though diff --git a/README.md b/README.md index becd07a..2a36033 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you are running **Windows**, **Mac OS**, or a **Debian**-based Linux distro, * ``sudo dnf install golang mpv-devel libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXi-devel libglvnd-devel libXxf86vm-devel`` ### Build -* clone the repo, CD into the repo root, and run ``go build`` +* clone the repo, CD into the repo root, and run ``make build`` * (note that the first build will take some time as it will download and build the UI library) ### Generate installable .tar.xz bundle @@ -135,7 +135,7 @@ Supersonic is available in the AUR and can be built either manually with `makepk - ``export LIBRARY_PATH=/opt/local/lib:$LIBRARY_PATH`` #### Building the application -* clone the repo, CD into the repo root, and run ``go build`` +* clone the repo, CD into the repo root, and run ``make 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.