Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jing332/xmly-downloader-qt5 into …
Browse files Browse the repository at this point in the history
…master
  • Loading branch information
jing332 committed Sep 30, 2020
2 parents 851738b + 4e64adf commit a2e09ed
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@
<img src="http://hits.dwyl.com/jing332/xmly-downloader-qt5.svg">
</p>

喜马拉雅FM有声书专辑下载器. 使用Go+Qt5编写(非Qt binding).
喜马拉雅FM专辑下载器. 使用Go+Qt5编写(非Qt Binding).

**所下载音频版权归[喜马拉雅FM](https://www.ximalaya.com)所有,严禁商业用途!**

## 喜马拉雅已开始封禁账号,请酌情使用本工具!否则后果自负!

> 注意: 因喜马拉雅PC付费接口限制,现在每个账号单日只能下载250条VIP、试听、付费音频!
> 本项目的目的在于学习Go+Qt在跨平台的GUI应用,如需进行其他用途使用,请遵照许可协议Fork,使用本软件所造成的一切后果与本人无关。
> Golang API: https://github.com/jing332/xmlydownloader
> Core/API(Golang): https://github.com/jing332/xmlydownloader
# Screenshots
<details>
Expand All @@ -37,7 +43,9 @@

# Download

自动同步[Github Actions](https://github.com/jing332/xmly-downloader-qt5/actions)最新构建产物到坚果云
> 自动同步[Actions](https://github.com/jing332/xmly-downloader-qt5/actions)最新构建产物到坚果云,方便国内用户下载。
密码: `jing`

[win32](https://www.jianguoyun.com/p/DevyI60Q5dvlCBieh7sD) | [linux](https://www.jianguoyun.com/p/DaX_DxwQ5dvlCBjxjbsD) | [macOS](https://www.jianguoyun.com/p/DYp_qTkQ5dvlCBiOjrsD)

Expand All @@ -47,9 +55,9 @@
### 开发环境
`Qt 5.12+`
`Go 1.13+`
`Go 1.14+`

1.`Qt安装目录\Qt版本号\mingwXX_64\bin` 加入到系统PATH变量, 使用命令 `gcc -v` 测试是否生效.
1. (Windows)`Qt安装目录\Qt版本号\mingwXX_64\bin` 加入到系统PATH变量, 使用命令 `gcc -v` 测试是否生效.
2. 使用命令 `git clone https://github.com/jing332/xmly-downloader-qt5` 将项目克隆到本地.
3. 进入 `/src/cgoqt` 文件夹, 使用命令 `go build -buildmode=c-archive -o xmlydownloader.a` 生成C静态库.
4. 最后, 打开 `Qt Creator` 导入 `/src/xmly-downloader-qt5.pro` 即可编译运行.

0 comments on commit a2e09ed

Please sign in to comment.