Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfdgd-xi/windows-virtual-machine-installer-for-wine-runner
Windows虚拟机安装工具
https://github.com/gfdgd-xi/windows-virtual-machine-installer-for-wine-runner
Last synced: 3 months ago
JSON representation
Windows虚拟机安装工具
- Host: GitHub
- URL: https://github.com/gfdgd-xi/windows-virtual-machine-installer-for-wine-runner
- Owner: gfdgd-xi
- License: gpl-3.0
- Created: 2023-04-09T14:17:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-21T14:04:28.000Z (11 months ago)
- Last Synced: 2024-01-21T15:25:59.629Z (11 months ago)
- Language: C++
- Size: 209 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - gfdgd-xi/windows-virtual-machine-installer-for-wine-runner - Windows虚拟机安装工具 (C++)
README
# 目前该仓库已合并至 Wine 运行库仓库 VMInstaller 分支
地址:
https://gitee.com/gfdgd-xi/deep-wine-runner
https://github.com/gfdgd-xi/deep-wine-runner# Windows虚拟机安装工具
## 介绍
基于VirtualBox/Qemu制作的小白Windows虚拟机安装工具,可以做到只需要用户下载系统镜像并点击安装即可,无需顾及虚拟机安装、创建、虚拟机的分区等等
此为 Wine 运行器子项目:https://gitee.com/gfdgd-xi/deep-wine-runner
依照 GPLV3 协议开源![图片.png](https://storage.deepin.org/thread/202304092224497604_图片.png)
![图片.png](https://storage.deepin.org/thread/202304092224396099_图片.png)
![图片.png](https://storage.deepin.org/thread/202304092224315599_图片.png)
## 如何使用
安装最新版本的 Wine 运行器即可,最新版本的 Wine 运行器自带此安装工具## 编译指南
```bash
git clone https://gitee.com/gfdgd-xi/windows-virtual-machine-installer-for-wine-runner.git
cd windows-virtual-machine-installer-for-wine-runner
qmake .
make -j4
```
## 预编译版本
https://gitee.com/gfdgd-xi/deep-wine-runner/tree/main/VM# ©2020~Now gfdgd xi