mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #594] [Feature Request] Add build from source instructions #1820
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1820
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BriellaBugs on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/594
[Feature Request]
Description
Add instructions to the README.md on how to build the app from scratch
Use Case
Using the app on not officially supported platforms
@mahoganyprogrammer commented on GitHub (Mar 3, 2026):
@BriellaBugs they are simple
install go runtime and sdk
install wails
download repo
open cmd from folder where go.mod is located.
wails build
thats all.
@BriellaBugs commented on GitHub (Mar 6, 2026):
I'm drafting a PR, do these look correct?
Building
Dependencies
Go runtime and SDK
Wails
Instructions
Open your terminal and run these commands
@mahoganyprogrammer commented on GitHub (Mar 6, 2026):
@BriellaBugs yes. i was lazy to write full guide.
@BriellaBugs commented on GitHub (Mar 6, 2026):
#609