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
+1-45Lines changed: 1 addition & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,51 +307,7 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op
307
307
308
308
## Installation
309
309
310
-
### <sub><imgsrc="https://zxe.io/software/Z80/assets/images/debian-icon.svg"height="24"width="20"></sub> Debian, <sub><imgsrc="https://zxe.io/software/Z80/assets/images/ubuntu-icon.svg"height="24"width="25"></sub> Ubuntu and other Debian-based Linux distributions
311
-
312
-
First, add the `zxe` repository and update the package index:
313
-
314
-
```shell
315
-
curl -L https://zxe.io/scripts/add-zxe-apt-repo.sh | sudo sh
316
-
sudo apt update
317
-
```
318
-
319
-
Next, install the library package:
320
-
321
-
```shell
322
-
sudo apt install libz80
323
-
```
324
-
325
-
In case you need to build software that requires the Z80 library, install the development package too:
### <sub><imgsrc="https://zxe.io/software/Z80/assets/images/windows-icon.png"height="24"width="24"></sub> Windows
353
-
354
-
Pre-built binaries for Windows are available on the [download](https://zxe.io/software/Z80/download) page.
310
+
The Z80 library is available on various package managers. For an up-to-date list and installation instructions, see the "[Installation](https://github.com/redcode/Z80/wiki/Installation)" page on the repository [wiki](https://github.com/redcode/Z80/wiki).
0 commit comments