more Windows DLL clarification

This commit is contained in:
Drew Weymouth
2023-01-26 10:13:58 -08:00
committed by GitHub
parent 126db67a09
commit 816faf9134
+2 -1
View File
@@ -68,5 +68,6 @@ Slightly outdated screenshots of Supersonic running against the Navidrome <a hre
### Build ### Build
* in the MSYS2 terminal: clone the repo, CD into the repo root, and run ``go 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 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 * **Note**: The .exe dynamically links to MSYS2 libmpv dependency dlls and must be started from the MSYS2 terminal, or all dependency DLLS must be copied to the same folder as the .exe
* -> If you obtain a statically built mpv-2.dll (containing all its dependencies), and rename it to libmpv-2.dll, you can place just that DLL in the same directory as the EXE, and it should run
* Improvements to Windows build process will be forthcoming * Improvements to Windows build process will be forthcoming