update README with more Windows build info

This commit is contained in:
Drew Weymouth
2023-01-22 18:27:26 -08:00
committed by GitHub
parent 55f6f6a18a
commit 202417f530
+2
View File
@@ -68,3 +68,5 @@ Slightly outdated screenshots of Supersonic running against the Navidrome <a hre
### Build
* in the MSYS2 terminal: 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)
* **Note**: The .exe dynamically links to MSYS2 dependency dlls and must be started from the MSYS2 terminal, or all dependency DLLS must be copied to the same folder as the .exe
* Improvements to Windows build process will be forthcoming