From 3d7cfa2772a8eb2f8ce7a6ac251c7ac508965401 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 14 Jan 2017 07:25:37 +0100 Subject: [PATCH] Minor: Homebrew package update for SpeexDSP [ci skip] --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2505477cc1..67a162232a 100644 --- a/readme.md +++ b/readme.md @@ -105,7 +105,7 @@ The recommended way of building OpenRCT2 for macOS is with Xcode. The Xcode buil #### CMake: A command line version of OpenRCT2 can be built using CMake. This type of build requires you to provide the dependencies yourself. The supported method of doing this is with [Homebrew](http://brew.sh). Once you have Homebrew installed, you can download all the required libraries with this command: ``` -brew install cmake openssl jansson libpng sdl2 sdl2_ttf speex libzip +brew install cmake openssl jansson libpng sdl2 sdl2_ttf speexdsp libzip ``` Once you have the dependencies installed, you can build the project using CMake using the following commands: