Skip to content

Commit 2dc61bc

Browse files
authored
Update README.md
1 parent 86db8ed commit 2dc61bc

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A brief overview is on YouTube: https://youtu.be/_dyngzTEnvw
1414
Read the User's Guide.<br>
1515
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>
1616
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>
1818
Then, read the User's Guide.<br>
1919

2020
![Z80 Explorer](https://baltazarstudios.com/wp-content/uploads/2020/07/z80explorer-app.png)
@@ -29,17 +29,20 @@ https://github.com/gdevic/Z80Explorer/releases
2929
The application is built on the Qt framework.
3030

3131
* On Windows, install MS Visual Studio 2015 (+latest Service Pack, Update3). On Linux, gcc will do.
32-
* Install Qt 5.15.0 framework (with support for x64 MS Visual Studio 2015 on Windows).
33-
* Add the “Qt Script (deprecated)” component to the Qt installation.
34-
* Compile with QtCreator selecting the “Release” build.
32+
* Install Qt 5.15.0 framework (with support for x64 MS Visual Studio 2015 on Windows)
33+
* Add the “Qt Script (deprecated)” component to the Qt installation
34+
* Compile with QtCreator selecting the “Release” build
3535

3636
On Linux, follow the guide here: https://doc.qt.io/qt-5/linux.html
3737
* sudo apt-get install build-essential libgl1-mesa-dev
3838
* sudo apt-get install libxcb-xinerama0
3939
* You don't need to build Qt 5 from source
4040
* Download for Open Source users
41-
* 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
4443

44+
## Compiling zmac assember on Linux
4545

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:
48+
* sudo apt-get install bison

0 commit comments

Comments
 (0)