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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ HDD: 2 GB¹
37
37
4. If you have external BIOS files in the root directory of your old EmuGUI installation, copy these into the root directory of the new one.
38
38
5. Start the new EmuGUI installation. You might need to reinstall some virtual machines.
39
39
40
-
## Building on Windows
40
+
## Building on Windows (Python Venv)
41
41
42
42
1. Install Python. You can get it from https://www.python.org/
43
43
2. Get QEMU from https://qemu.weilnetz.de/w64/ and install it
@@ -56,6 +56,24 @@ HDD: 2 GB¹
56
56
15. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
57
57
16. If it works, have fun! If not, try to start again from number 9.
58
58
59
+
## Building on Windows (Anaconda)
60
+
61
+
1. Install Anaconda. You can get it from here: https://www.anaconda.com/
62
+
2. Get QEMU from https://qemu.weilnetz.de/w64/ and install it
63
+
3. Install Git. You can get it from https://git-scm.com/downloads
64
+
4. Install Visual Studio Code. You can get it from https://code.visualstudio.com/download
65
+
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
66
+
6. Open a terminal and type: `git clone https://github.com/Tech-FZ/EmuGUI.git`
67
+
7. Open Visual Studio Code in that folder.
68
+
8. Open Anaconda Navigator and create a new virtual environment.
69
+
9. Open the venv in VS Code and try to run a Python script with it.
70
+
10. Within the VS Code terminal, type: `& pip install --upgrade pip PyInstaller PySide6 python-magic-bin PyQt6`
71
+
11. After this is done, run the main.py script.
72
+
12. To compile the program for users who don't have Python installed, type: `& PyInstaller --onefile .\main.py`
73
+
13. After that is finished, copy the code into the dist folder PyInstaller created.
74
+
14. Run the executable in the dist folder. If your antivirus puts it into quarantine, don't worry as this should be a false positive and restore it.
75
+
15. If it works, have fun! If not, try to start again from number 9.
76
+
59
77
## Documentation
60
78
61
79
A documentation of EmuGUI can be found at: https://tech-fz.github.io/EmuGUI-doc/
0 commit comments