From 831b674373b17ac9bd6301af0d29ebb4e28d2357 Mon Sep 17 00:00:00 2001 From: aship Date: Sun, 29 Nov 2020 10:17:12 +0900 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 330e84a..36cc9a3 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -7,6 +7,7 @@ You'll need to download and install the following to build Citra: * [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`) * A recent version of Xcode and the Xcode command line tools ### Cloning Citra in Git: