mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-26 16:08:05 +08:00
修改readme
This commit is contained in:
parent
858617a3ae
commit
e617c24bd1
16
README.md
16
README.md
@ -543,6 +543,22 @@ make run
|
||||
```bash
|
||||
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 运行器?
|
||||
首先添加作者的源:
|
||||
Gitlink 源(国内推荐):
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: gfdgd_xi <3025613752@qq.com>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat,
|
||||
debhelper-compat (= 10),
|
||||
make,
|
||||
p7zip-full,
|
||||
Standards-Version: 4.6.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user