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-7Lines changed: 10 additions & 7 deletions
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 segvdefs.7z”.<br>
17
+
Extract two 7z files: “layermap.7z” and “segvdefs.7z”. On Windows, use any of the many 7z utilities; 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”
41
+
* Check to include "Desktop gcc 64-bit" and "Qt Script (Deprecated)"
42
+
* Compile with QtCreator selecting the “Release” build
44
43
44
+
## Compiling zmac assember on Linux
45
45
46
+
If you are going to compile and run Z80 test programs, you need zmac assembler. Download it from here: http://48k.ca/zmac.html<br>
47
+
I am not aware of a prebuilt binary for Linux, but it is fairly easy to build since the source is available at that site. You may also need:
0 commit comments