mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-03-21 11:29:49 +08:00
6af984cfbb2d26a28abb69b4139b94e2c4cebd7e
try fix windows try fix windows fix again add windows debug build try ucrt fix ucrt env use different mpv build aaaa bbb disable vlc for now test build mpv only update vlc version for windows add go.sum
AynaLivePlayer
Bilibili Audio Bot. Written by Golang.
Provider By Aynakeya
QQ group: 621035845
build
go build -o AynaLivePlayer.exe -ldflags -H=windowsgui app/gui/main.go
packaging
fyne package --src path_to_gui --exe AynaLivePlayer.exe --appVersion 0.8.4 --icon path_to_icon
Windows build guide
choco install git
choco install mingw
- install fyne
go install fyne.io/fyne/v2/cmd/fyne@latest
- clone this repo
git clone --recurse-submodules git@github.com:AynaLivePlayer/AynaLivePlayer.git
if you are using https links
git clone https://github.com/AynaLivePlayer/AynaLivePlayer.git
git submodule set-url pkg/miaosic https://github.com/AynaLivePlayer/miaosic.git
git submodule set-url pkg/liveroom-sdk https://github.com/AynaLivePlayer/liveroom-sdk.git
git submodule update
- now you can build (please check makefile for more details)
$env:CGO_LDFLAGS="-LC:\Users\Admin\Desktop\AynaLivePlayer\libmpv\lib";$env:CGO_CFLAGS="-IC:\Users\Admin\Desktop\AynaLivePlayer\libmpv\include"
# ... more setup, see makefile
go build -o AynaLivePlayer.exe -ldflags -H=windowsgui app/main.go
Languages
Go
98.7%
Python
0.7%
Makefile
0.5%