README.md

This commit is contained in:
redcode
2022-06-21 20:57:28 +02:00
parent 591054ac28
commit cecc624207

View File

@@ -208,7 +208,7 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op
### Debian/Ubuntu
First add the ZXE APT repository:
First add the ZXE repository:
```shell
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv FE214A38D6A0C01D9AF514EE841EA3BD3A7E1487
@@ -227,6 +227,21 @@ In case you need to build software that requires the Z80 library, install the de
apt install libz80-dev
````
### Gentoo Linux
First add the ZXE overlay:
```
eselect repository add zxe git https://github.com/redcode/zxe-gentoo-overlay.git
emaint sync --repo zxe
```
Next, install the Z80 library:
```
emerge z80
```
# Installation from sources
You will need [CMake](https://cmake.org) v3.14 or later to build the package and, optionally, recent versions of [Doxygen](https://www.doxygen.nl), [Sphinx](https://www.sphinx-doc.org) and [Breathe](https://github.com/michaeljones/breathe) to compile the documentation. Also make sure you have [LaTeX](https://www.latex-project.org) with PDF support installed on your system in case you want to generate the documentation in PDF format.