From ed3ee1ee23c20097e104e3b0bd4fbde2eea6948f Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Mon, 29 Jan 2024 10:39:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EREADME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd49bb6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +<p width=100px align="center"><img src="https://storage.deepin.org/thread/202208031419283599_deepin-wine-runner.png"></p> +<h1 align="center">Wine 运行器 Aptss 安装器</h1> +<hr> +<a href='https://gitee.com/gfdgd-xi/deep-wine-runner/stargazers'><img src='https://gitee.com/gfdgd-xi/deep-wine-runner/badge/star.svg?theme=dark' alt='star'></img></a> +<a href='https://gitee.com/gfdgd-xi/deep-wine-runner/members'><img src='https://gitee.com/gfdgd-xi/deep-wine-runner/badge/fork.svg?theme=dark' alt='fork'></img></a> + +## 介绍 +此工具用于在 Debian 发行版调试/安装Wine运行器打包的应用,不需要手动输入星火的命令/等上架商店就可以安装来自星火应用商店的依赖如 deepin-wine6-stable、spark-dwine-helper 等常用打包依赖 +## 如何编译 +``` +sudo apt install qtbase5-dev qttools5-dev-tools +git clone https://gitee.com/gfdgd-xi/deep-wine-runner +cd deep-wine-runner +git checkout AptssInstaller +qmake . +make -j4 +./aptss-installer +``` \ No newline at end of file