2021-01-29 12:15:46 +08:00
|
|
|
|
# deepin-wine 运行器
|
|
|
|
|
|
|
|
|
|
#### 介绍
|
|
|
|
|
一个图形化了以下命令的程序
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
WINEPREFIX=容器路径 deepin-wine 可执行文件路径
|
|
|
|
|
```
|
|
|
|
|
让你的 deepin-wine 打包轻松一点
|
|
|
|
|
是使用 Python3 的 tkinter 构建的
|
2021-01-31 14:42:11 +08:00
|
|
|
|
(自己美术功底太差,图标只能在网络上找了)
|
2021-01-29 12:15:46 +08:00
|
|
|
|
(测试平台:deepin 20.1 1030)
|
|
|
|
|
|
|
|
|
|
#### 软件架构
|
|
|
|
|
i386 和 amd64,deepin-wine 和 deepin-wine5 运行在哪就运行在哪
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 安装教程
|
|
|
|
|
|
|
|
|
|
1. 安装所需依赖
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sudo apt install deepin-wine python3 python3-tk git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
2. 下载本程序
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git clone https://gitee.com/gfdgd-xi/deep-wine-runner.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
3. 运行本程序
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
cd deep-wine-runner
|
|
|
|
|
chmod 777 main.py
|
|
|
|
|
./main.py
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 使用说明
|
|
|
|
|
|
|
|
|
|
(均在软件的“小提示”里有说明)
|
2021-01-29 21:44:12 +08:00
|
|
|
|
1. 使用终端运行该程序,可以看到 deepin-wine(deepin-wine5)以及程序本身的提示和报错
|
2021-01-29 12:15:46 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 特技
|
|
|
|
|
|
|
|
|
|
难道是使用 tkinter 进行构建吗?所以没有咯
|