From 53adc7bff252d6c77ab6e76d7f8748c8725c6cd9 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Sat, 22 Jan 2022 21:21:06 +0000 Subject: [PATCH] update macos instructions --- help/Building.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/help/Building.md b/help/Building.md index eacd077..8c35a6d 100644 --- a/help/Building.md +++ b/help/Building.md @@ -37,12 +37,7 @@ Essence is built using GitHub Actions using their Ubuntu virtual machines. [This ## macOS -1) Install `gcc@11` through brew -2) Install `nasm` through brew -3) Install `ctags` through brew -4) Install `xz` through brew - -Follow the instructions above for Linux to build and test the system. +Install `brew` and then run `brew install gcc@11 nasm ctags xz coreutils gnu-sed`. Follow the instructions above for Linux to build and test the system. KVM will not be available. ## Configuration