From 56b2f49c89e01070f545e20a67d845960b0a0e16 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 2 May 2020 23:05:27 +0200 Subject: [PATCH] Update brew dependency list in readme. (#11597) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 86ac2f7ef8..d6a3030e2c 100644 --- a/readme.md +++ b/readme.md @@ -142,7 +142,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 speexdsp libzip freetype pkg-config +brew install cmake duktape freetype icu4c jansson libpng libzip openssl pkg-config sdl2 speexdsp ``` Once you have the dependencies installed, you can build the project using CMake using the following commands: