From 559e36f62ef25ad4e3f5c370c9a5146ad1f71a2f Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:39:39 -0800 Subject: [PATCH] Slim down dependency list based on current requirements. --- Building-for-macOS.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 885f097..08efc2e 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -3,11 +3,8 @@ It's recommended that you use [homebrew](http://brew.sh/) to install dependencies. You'll need to download and install the following to build Citra: -* [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) (`brew install pkgconfig`) -* [SDL2](https://www.libsdl.org/download-2.0.php) (`brew install sdl2`, or download [this dmg](https://www.libsdl.org/release/SDL2-2.0.4.dmg)) -* [Qt5](https://www.qt.io/download/) (`brew install qt5`) (**Note:** If you have Qt4 installed, then you will need to remove it before building. `brew unlink qt4`) * [CMake](https://cmake.org/) (`brew install cmake`) -* [OpenSSL](https://www.openssl.org) (`brew install openssl`) +* [Qt5](https://www.qt.io/download/) (`brew install qt5`) (**Note:** If you have Qt4 installed, then you will need to remove it before building. `brew unlink qt4`) * A recent version of Xcode and the Xcode command line tools * **Optional dependencies**: * [FFmpeg](https://www.ffmpeg.org/download.html#build-mac) 4.0+ is needed for HLE AAC Decoding on macOS (`brew install ffmpeg`)