mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2026-06-09 22:42:25 +08:00
19 lines
624 B
Markdown
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 协议开源
|
|
|
|
|
|

|
|
|
|
## 如何编译?
|
|
```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 |