初步完成
This commit is contained in:
46
README.md
Normal file
46
README.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# uengine 运行器
|
||||
|
||||
#### 介绍
|
||||
|
||||
使用 Python3 的 tkinter 构建
|
||||
|
||||
(测试平台:UOS 家庭版)
|
||||
|
||||
(自己美术功底太差,图标直接用 anbox 的了)
|
||||
|
||||
#### 软件架构
|
||||
i386 和 amd64
|
||||
|
||||
|
||||
#### 源码安装教程
|
||||
|
||||
1. 安装所需依赖
|
||||
|
||||
```
|
||||
sudo apt install python3 python3-tk git adb
|
||||
```
|
||||
|
||||
2. 下载本程序
|
||||
|
||||
```
|
||||
git clone https://gitee.com/gfdgd-xi/uengine-runner.git
|
||||
```
|
||||
|
||||
3. 运行本程序
|
||||
|
||||
```
|
||||
cd uengine-runner
|
||||
chmod 777 main.py
|
||||
./main.py
|
||||
```
|
||||
|
||||
|
||||
#### 使用说明
|
||||
|
||||
提示:
|
||||
|
||||
None
|
||||
|
||||
|
||||
#### 特技
|
||||
|
||||
Reference in New Issue
Block a user