1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-11 18:12:23 +01:00
Clone
4
Building OpenRCT2 on macOS using Xcode
Cory Andreasen edited this page 2023-03-21 09:38:01 -06:00

Requirements

  • Xcode 10+ ** OpenRCT2 no longer supports building project using Xcode, please use CMake for building project on MacOS **

Building

The recommended way of building OpenRCT2 for macOS is with Xcode. The Xcode build will create a self-contained application bundles which include all the necessary game files and dependencies.

You can either:

  • Open the project file OpenRCT2.xcodeproj in Xcode and build from there. Building this way will handle the dependencies for you automatically.
  • Invoke an Xcode build from the command line using xcodebuild.