You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# EmuGUI
2
2
What should I say? I didn't like the existing QEMU interfaces for Windows, so I made my own.
3
3
4
-
## Important note about update check
4
+
## Mirrors
5
5
6
-
EmuGUI automatically checks for updates by default. No personal data is being shared while doing so. If you don't want this, you can disable it in settings.
@@ -36,7 +38,7 @@ For the update checker, a version code is being used instead of the number. Here
36
38
| Feature update | current version code rounded up to the next hundred (e. g. 4237 becomes 4300) |
37
39
38
40
## System requirements
39
-
OS: Windows 8.1², Windows Server 2012 R2² or later (x64); Ubuntu 20.04, Debian 10, openSUSE Leap 15.3, openSUSE Tumbleweed, Fedora 35, RHEL 7, Arch Linux or distributions based on those (x64)
41
+
OS: Windows 8.1², Windows Server 2012 R2² or later (x64); Ubuntu 20.04, Debian 10, openSUSE Leap 15.4, openSUSE Tumbleweed, Fedora 36, RHEL 7, Arch Linux or distributions based on those (x64)
40
42
41
43
Python: 3.6 or newer
42
44
@@ -48,7 +50,7 @@ HDD: 2 GB¹
48
50
49
51
¹ This is the absolute minimum, the required performance depends on the operating system you want to run.
50
52
51
-
² We try to continue host support on Windows 8.1 and Windows Server 2012 R2 until at least 14th February, 2023.
53
+
² We try to continue host support on Windows 8.1 and Windows Server 2012 R2 until at least 14th February, 2023. However, contributors are already required to use Windows 10/Server 2016 or later due to Qt Creator not being available on those.
52
54
53
55
## Dependencies
54
56
@@ -148,7 +150,7 @@ Another tip: If you want a machine to run with KVM (`-enable-kvm` in the additio
148
150
3. Install Git. You can get it from https://git-scm.com/downloads
149
151
4. Install Visual Studio Code. You can get it from https://code.visualstudio.com/download
150
152
5. Install Qt. You can get it from here: https://www.qt.io/download-open-source?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce%7C6cb0de4f-9bb5-4778-ab02-bfb62735f3e5
151
-
6. Open a terminal and type: `git clone https://github.com/Tech-FZ/EmuGUI.git` or `git clone https://codeberg.org/lucien-rowan/EmuGUI.git`
153
+
6. Open a terminal and type: `git clone https://github.com/Tech-FZ/EmuGUI.git`
152
154
7. Open Visual Studio Code in that folder.
153
155
8. Open Anaconda Navigator and create a new virtual environment.
154
156
9. Open the venv in VS Code and try to run a Python script with it.
@@ -165,7 +167,7 @@ Another tip: If you want a machine to run with KVM (`-enable-kvm` in the additio
165
167
2. Install QEMU using one of the commands listed on Installation (Linux).
166
168
3. Install Git using the install command of your distribution.
167
169
4. Install Visual Studio Code. You can get it from https://code.visualstudio.com/download
168
-
5. Open a terminal and type: `git clone https://github.com/Tech-FZ/EmuGUI.git` or `git clone https://codeberg.org/lucien-rowan/EmuGUI.git`
170
+
5. Open a terminal and type: `git clone https://github.com/Tech-FZ/EmuGUI.git`
169
171
6. Open Visual Studio Code in that folder.
170
172
7. Open a terminal WITHIN VS Code and type: `python3 -m pip install --upgrade pip PyInstaller PyQt6 PyQt6-tools PySide6 python-magic requests`. You can try getting a VENV working but I personally have problems with using Python virtual environments on Linux.
0 commit comments