1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Adding missing packages to Mac build instructions (#7263)

This commit is contained in:
Mark Ramotowski
2018-03-11 16:15:09 +00:00
committed by Aaron van Geffen
parent 42490b64fc
commit 74eddea1f1

View File

@@ -140,7 +140,7 @@ The recommended way of building OpenRCT2 for macOS is with Xcode. The Xcode buil
#### CMake: #### 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: 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 brew install cmake openssl jansson libpng sdl2 speexdsp libzip freetype pkg-config
``` ```
Once you have the dependencies installed, you can build the project using CMake using the following commands: Once you have the dependencies installed, you can build the project using CMake using the following commands: