1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-16 04:22:43 +01:00

Added libzip to Homebrew build instructions.

[ci skip]
This commit is contained in:
Sjors van Berkel
2016-12-22 19:10:16 +01:00
committed by Michał Janiszewski
parent f4f2bb97f8
commit 9f677a4f49

View File

@@ -100,7 +100,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 sdl2_ttf speex brew install cmake openssl jansson libpng sdl2 sdl2_ttf speex libzip
``` ```
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: