修改readme

This commit is contained in:
gfdgd xi 2023-09-30 10:05:53 +08:00
parent 858617a3ae
commit e617c24bd1
2 changed files with 17 additions and 1 deletions

View File

@ -543,6 +543,22 @@ make run
```bash ```bash
make install make install
``` ```
### 从源码构建 deb
1. 安装需要的依赖
```bash
sudo apt install git make
```
2. 下载仓库
```bash
git clone https://gitee.com/gfdgd-xi/deep-wine-runner.git
cd deep-wine-runner
```
3. 从源码构建 deb
```bash
sudo apt build-dep .
dpkg-buildpackage -b
```
## Openkylin 如何安装这个 Wine 运行器? ## Openkylin 如何安装这个 Wine 运行器?
首先添加作者的源: 首先添加作者的源:
Gitlink 源(国内推荐): Gitlink 源(国内推荐):

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: gfdgd_xi <3025613752@qq.com> Maintainer: gfdgd_xi <3025613752@qq.com>
Rules-Requires-Root: no Rules-Requires-Root: no
Build-Depends: Build-Depends:
debhelper-compat, debhelper-compat (= 10),
make, make,
p7zip-full, p7zip-full,
Standards-Version: 4.6.2 Standards-Version: 4.6.2