Skip to content

Commit

Permalink
Update readme.md to make package list sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur authored and Simon Jarrett committed Sep 16, 2020
1 parent 8479f13 commit 3af8462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -148,7 +148,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 duktape freetype icu4c nlohmann-json libpng libzip openssl pkg-config sdl2 speexdsp
brew install cmake duktape freetype icu4c libpng libzip nlohmann-json openssl pkg-config sdl2 speexdsp
```

Once you have the dependencies installed, you can build the project using CMake using the following commands:
Expand Down

0 comments on commit 3af8462

Please sign in to comment.