Files
deep-wine-runner/wine-source/README.md
T
2023-04-24 22:00:17 +08:00

19 lines
624 B
Markdown

# Wine 安装器 For Wine 运行器
## 介绍
Wine 安装器 For Wine 运行器(拿 C++ 写的一个版本,运行器用的是 Python 写的版本),此版本不进行维护/并入主线
**建议使用 Wine 运行器安装 Wine**
Wine 运行器地址:https://gitee.com/gfdgd-xi/wine-installer-tools-for-wine-runner
依照 GPLV3 协议开源
![图片.png](https://storage.deepin.org/thread/20230415194520355_图片.png)
## 如何编译?
```bash
git clone https://gitee.com/gfdgd-xi/wine-installer-tools-for-wine-runner
cd wine-installer-tools-for-wine-runner
qmake .
make -j4
```
## ©2020~Now gfdgd xi