Skip to content

Commit 034cb3a

Browse files
committed
README.md
1 parent 5a5d122 commit 034cb3a

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

README.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -307,51 +307,7 @@ Frank Cringle's _Z80 Instruction Set Exerciser_ attempts to execute every Z80 op
307307

308308
## Installation
309309

310-
### <sub><img src="https://zxe.io/software/Z80/assets/images/debian-icon.svg" height="24" width="20"></sub> Debian, <sub><img src="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:
326-
327-
```shell
328-
sudo apt install libz80-dev
329-
```
330-
331-
### <sub><img src="https://zxe.io/software/Z80/assets/images/gentoo-icon.svg" height="24" width="24"></sub> Gentoo
332-
333-
First, add and sync the [`zxe`](https://github.com/redcode/zxe-gentoo-overlay) overlay:
334-
335-
```shell
336-
eselect repository add zxe git https://github.com/redcode/zxe-gentoo-overlay.git
337-
emaint sync --repo zxe
338-
```
339-
340-
Then install the library:
341-
342-
```shell
343-
emerge emulation-libs/z80
344-
```
345-
346-
### <sub><img src="https://zxe.io/software/Z80/assets/images/homebrew-icon.svg" height="24" width="16"></sub> Homebrew
347-
348-
```shell
349-
brew install redcode/zxe/z80
350-
```
351-
352-
### <sub><img src="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).
355311

356312
## Installation from source code
357313

0 commit comments

Comments
 (0)