Skip to content

Commit 86db8ed

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

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
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”.<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>
1818
Then, read the User's Guide.<br>
1919

2020
![Z80 Explorer](https://baltazarstudios.com/wp-content/uploads/2020/07/z80explorer-app.png)
@@ -33,4 +33,13 @@ The application is built on the Qt framework.
3333
* Add the “Qt Script (deprecated)” component to the Qt installation.
3434
* Compile with QtCreator selecting the “Release” build.
3535

36+
On Linux, follow the guide here: https://doc.qt.io/qt-5/linux.html
37+
* sudo apt-get install build-essential libgl1-mesa-dev
38+
* sudo apt-get install libxcb-xinerama0
39+
* You don't need to build Qt 5 from source
40+
* 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”
44+
3645

0 commit comments

Comments
 (0)