Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.48 KB

REQUIREMENTS.md

File metadata and controls

53 lines (42 loc) · 1.48 KB

Linux Requirements

  • Z88DK version 2.2
  • bas2tap
  • Perl 5
  • Perl modules:
    • Data::Compare
    • List::MoreUtils
    • File::Copy
    • GD
    • YAML
    • Algorithm::FastPermute
    • Digest::SHA1
  • M4
  • Fuse (ZX Spectrum Emulator)
  • make
  • git

With the exception of Z88DK, all the other modules and requirements are available in standard repos for most distributions

Specific instructions for Fedora

Enter the following command for installing the required packages:

sudo dnf install -y perl perl-Data-Compare perl-List-MoreUtils perl-File-Copy perl-GD perl-YAML m4 make perl-Algorithm-FastPermute

Specific instructions for Ubuntu, Debian and Linux Mint

Enter the following command for installing the required packages:

sudo apt install -y perl libdata-compare-perl liblist-moreutils-perl libgd-perl libyaml-perl m4 make

Windows Requirements

Alternatively, you can just launch a WSL2 session with Ubuntu 22.04, and follow the Linux installation instructions above.