From 8fad87b6dea378b815645e1df8f8431004f22ae9 Mon Sep 17 00:00:00 2001 From: 4am Date: Fri, 26 Nov 2021 14:14:31 -0500 Subject: [PATCH] update build instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c00283ea..fa3a3ee0 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,18 @@ ## Mac OS X You will need - - [Xcode command line tools](https://www.google.com/search?q=xcode+command+line+tools) + - [Xcode command line tools](https://developer.apple.com/library/archive/technotes/tn2339/_index.html) - [ACME](https://sourceforge.net/projects/acme-crossass/) + - [Parallel](https://www.gnu.org/software/parallel/) - [Cadius](https://github.com/mach-kernel/cadius) +As of this writing, all of the non-Xcode programs are installable via [Homebrew](https://brew.sh/). + +``` shell +$ brew tap lifepillar/appleii +$ brew install acme parallel mach-kernel-cadius +``` + Then open a terminal window and type ``` shell