From 08bdbd614f1ea27c43e7e13d65b2724f8cdf85fc Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sat, 7 Mar 2020 14:46:42 -0800 Subject: [PATCH] README.md: Document available Linux packages for cc65 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a2845..0033331 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,11 @@ that have not yet been included in a release. Dependencies (should be in PATH): 1. [Flips](https://github.com/Alcaro/Flips). [Flips 1.31](https://www.smwcentral.net/?p=section&a=details&id=11474) is fine -2. [cc65](https://cc65.github.io/getting-started.html) +2. [cc65](https://cc65.github.io/getting-started.html). Starting in Debian 10 + (Buster) and Ubuntu 18.04 (Bionic) a package is available via + `sudo apt install cc65`. The Fedora package is available via + `sudo dnf install cc65`. Arch Linux has an + [AUR package](https://aur.archlinux.org/packages/cc65/) available. 3. GNU Make. Windows users can use `make.exe` (just the one file) from the `bin/` folder of `make-*-without-guile-w32-bin.zip` available at [ezwinports](https://sourceforge.net/projects/ezwinports/files/)