-
Notifications
You must be signed in to change notification settings - Fork 36
下载与运行
沉默の金 edited this page Mar 18, 2024
·
6 revisions
1. Releases
在Assets中选择你需要的软件包
macOS - LDDC-x.x.x-amd64.dmg
Windows - LDDC-x.x.x-windows-amd64.zip
Linux(Debian GNU/Linux) - LDDC_x.x.x_amd64.deb
2. Actions(未发布的测试版本)
选择第一个工作流
下载在Artifacts在以artifacts结尾的Artifact
Windows版是绿色版,解压后直接运行LDDC.exe即可。
但它需要一个工作目录,它会在同级文件夹中生成cache
、log
、lyrics
三个文件夹与data.db
文件
执行如下命令一键安装 LDDC:
curl -L "$(curl -s https://api.github.com/repos/chenmozhijin/LDDC/releases/latest | grep -oP '"browser_download_url": "\K([^"]+\.deb)' | head -n1)" -o /tmp/LDDC.deb && sudo apt install /tmp/LDDC.deb
- 在命令行执行:
LDDC
- 在软件菜单中打开LDDC
在命令行执行:
sudo apt remove lddc
- 下载LDDC-x.x.x-amd64.dmg双击打开
- 把LDDC拖到Applications中
- 打开应用程序找到LDDC右键打开,提示"macOS无法验证“LDDC”的开发者。你确定要打开它吗?"点击打开
- 如果你有git
git clone https://github.com/chenmozhijin/LDDC.git
- 从github下载 在Releases的Assets中下载Source code并解压
进入到源码根目录
执行:
pip install -r requirements.txt
执行:
python LDDC.py