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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ A brief overview is on YouTube: https://youtu.be/_dyngzTEnvw
14
14
Read the User's Guide.<br>
15
15
The application is separate from the Z80 resources that it uses. This matters only if you are building it yourself; if you are using a pre-built package, the resources are included and don't need to be downloaded separately.<br>
16
16
Download Z80 resources from here: https://github.com/gdevic/Z80Explorer_Z80<br>
17
-
Extract two 7z files: “layermap.7z” and “segvdefs.7z”. On Windows, use any of the many 7z utilities and on Linux, use “p7zip -d layermap.7z”.<br>
17
+
Extract two 7z files: “layermap.7z” and “segvdefs.7z”. On Windows, use any of the many 7z utilities, and on Linux, use “p7zip -d layermap.7z segvdefs.7z”.<br>
* Check to include "Desktop gcc 64-bit" and "Qt Script (Deprecated")
42
+
* After you open the project from QtCreator, make sure you build the Release configuration (icon on the bottom-left in QtCreator, by default it is set to Debug)
43
+
* git clone Z80Explorer_Z80 resource and unzip two files: “p7zip -d layermap.7z segvdefs.7z”
0 commit comments