Skip to content

Commit 8957b23

Browse files
committed
Tried to do Anaconda...
1 parent 99b5df2 commit 8957b23

15 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# EmuGUI v0.4.2
2+
3+
- Upgraded binaries to Python 3.10.4
4+
- Added compiling instructions for Anaconda to README.md
5+
16
# EmuGUI v0.4.1
27

38
- Fixed an issue which caused USB input devices on ARM machines not to be accepted because USB support was being initialized too late.

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ HDD: 2 GB¹
3737
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.
3838
5. Start the new EmuGUI installation. You might need to reinstall some virtual machines.
3939

40-
## Building on Windows
40+
## Building on Windows (Python Venv)
4141

4242
1. Install Python. You can get it from https://www.python.org/
4343
2. Get QEMU from https://qemu.weilnetz.de/w64/ and install it
@@ -56,6 +56,24 @@ HDD: 2 GB¹
5656
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.
5757
16. If it works, have fun! If not, try to start again from number 9.
5858

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+
5977
## Documentation
6078

6179
A documentation of EmuGUI can be found at: https://tech-fz.github.io/EmuGUI-doc/
12.1 KB
Binary file not shown.
9.33 KB
Binary file not shown.
7.65 KB
Binary file not shown.
1.55 KB
Binary file not shown.
949 Bytes
Binary file not shown.
1.28 KB
Binary file not shown.
1.12 KB
Binary file not shown.
6.25 KB
Binary file not shown.

0 commit comments

Comments
 (0)