add migrated_fynedo to make build

This commit is contained in:
Drew Weymouth
2025-03-14 09:24:45 -07:00
parent c79be131a7
commit 31df8ab054
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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.