Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Installation

Manuel Sainz de Baranda y Goñi edited this page Dec 30, 2025 · 1 revision

Debian, Ubuntu and other Debian-based Linux distributions

First, add the zxe repository and update the package index:

curl -L https://zxe.io/scripts/add-zxe-apt-repo.sh | sudo sh
sudo apt update

Next, install the library package:

sudo apt install libz80

In case you need to build software that requires the Z80 library, install the development package too:

sudo apt install libz80-dev

Gentoo

First, add and sync the zxe overlay:

eselect repository add zxe git https://github.com/redcode/zxe-gentoo-overlay.git
emaint sync --repo zxe

Then install the library:

emerge emulation-libs/z80

Homebrew

brew install redcode/zxe/z80

Windows

Pre-built binaries for Windows are available on the download page.

Wiki Home

Library usage

Hardware topics

Accompanying material

Clone this wiki locally