Skip to content

Commit

Permalink
Rephrase macOS CMake section a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
733737 authored Oct 8, 2022
1 parent 5dba307 commit 39631da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ OpenRCT2 requires original files of RollerCoaster Tycoon 2 to play. It can be bo
- [Homebrew](https://brew.sh)
- CMake (available through Homebrew)


### Linux:
- sdl2 (only for UI client)
- freetype (can be disabled)
Expand Down Expand Up @@ -148,7 +147,7 @@ msbuild openrct2.proj /t:PublishPortable

### macOS:
#### CMake:
The recommended way of building OpenRCT2 for macOS is with CMake. CMake can build either a self-contained application bundles which include all the necessary game files and dependencies, or it can build a command line version that links against system installed dependencies. CMake will retrieve the dependences from [Dependencies](https://github.com/OpenRCT2/Dependencies/) automatically. You can build the macOS app using CMake using the following commands:
CMake can build either a self-contained application bundle, which includes all the necessary game files and dependencies, or it can build a command line version that links against system installed dependencies. CMake will retrieve the dependencies from [Dependencies](https://github.com/OpenRCT2/Dependencies/) automatically. You can build the macOS app using CMake using the following commands:
```
mkdir build
cd build
Expand Down

0 comments on commit 39631da

Please sign in to comment.