From 97492b745b0d5b28e587238a784db89985b664ad Mon Sep 17 00:00:00 2001 From: mborgerson Date: Mon, 31 May 2021 00:49:27 -0700 Subject: [PATCH] Updated Building from Source (markdown) --- Building-from-Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-from-Source.md b/Building-from-Source.md index 2ad2b39..22665ca 100644 --- a/Building-from-Source.md +++ b/Building-from-Source.md @@ -26,7 +26,7 @@ First install the [Homebrew package manager](https://brew.sh/). ```bash # Install dependencies brew update -brew install glib pixman sdl2 libepoxy coreutils pkg-config dylibbundler libsamplerate ninja +brew install coreutils pkg-config dylibbundler ninja # Clone and build git clone https://github.com/mborgerson/xemu.git