1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Update brew dependency list in readme. (#11597)

This commit is contained in:
Aaron van Geffen
2020-05-02 23:05:27 +02:00
committed by GitHub
parent ec0a734511
commit 56b2f49c89

View File

@@ -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: