mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-05-19 09:15:47 +08:00
update readme
This commit is contained in:
@@ -42,7 +42,9 @@ git submodule set-url pkg/liveroom-sdk https://github.com/AynaLivePlayer/liveroo
|
|||||||
git submodule update
|
git submodule update
|
||||||
```
|
```
|
||||||
6. now you can build (please check makefile for more details)
|
6. now you can build (please check makefile for more details)
|
||||||
```bash
|
```powershell
|
||||||
|
$env:CGO_LDFLAGS="-LC:\Users\vboxuser\Desktop\AynaLivePlayer\libmpv\lib"
|
||||||
|
$env:CGO_CFLAGS="-IC:\Users\vboxuser\Desktop\AynaLivePlayer\libmpv\include"
|
||||||
# ... more setup, see makefile
|
# ... more setup, see makefile
|
||||||
go build -o AynaLivePlayer -ldflags -H=windowsgui app/main.go
|
go build -o AynaLivePlayer -ldflags -H=windowsgui app/main.go
|
||||||
```
|
```
|
||||||
1
todo.txt
1
todo.txt
@@ -14,6 +14,7 @@
|
|||||||
----
|
----
|
||||||
|
|
||||||
Finished
|
Finished
|
||||||
|
- 2024.04.24@1.0.4: 添加log,修复闪退
|
||||||
- 2024.04.22@1.0.2: 文本输出, 歌曲最长时长控制,bug修复, 网易云登录(歌曲来源统一登录)
|
- 2024.04.22@1.0.2: 文本输出, 歌曲最长时长控制,bug修复, 网易云登录(歌曲来源统一登录)
|
||||||
- 2024.04.17 : 1. 弹幕拿不到的问题,尽量使用身份码,网页协议随时可能爆炸
|
- 2024.04.17 : 1. 弹幕拿不到的问题,尽量使用身份码,网页协议随时可能爆炸
|
||||||
2. 酷我音乐复活
|
2. 酷我音乐复活
|
||||||
|
|||||||
Reference in New Issue
Block a user