From 8d62916c770e46c3039125127f95c8c8ceb2628f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Mon, 20 May 2019 20:59:04 +0000 Subject: [PATCH] Add a note regarding the ACME cross assembler dependency --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f0475ba..5dbdef9 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,6 @@ Building make ``` This will build kernel.img + + +In order to build the Commodore programs from the `CBM-FileBrowser_v1.6/sources/` directory, you'll need to install the ACME cross assembler, which is available at https://github.com/meonwax/acme/