Open main menu

Difference between revisions of "Compiling ScummVM/macOS"

→‎Build the Xcode project: Mention that the search paths setting may need to be changed in Xcode
(→‎Compiling ScummVM via the Xcode GUI: mention workaround for Xcode 11 and retina display)
(→‎Build the Xcode project: Mention that the search paths setting may need to be changed in Xcode)
Line 212: Line 212:
* Go to Product -> Scheme and set the scheme to "ScummVM-macOS"  
* Go to Product -> Scheme and set the scheme to "ScummVM-macOS"  
* Go to Product -> Scheme -> Edit Scheme -> Run tab -> Options tab and uncheck "Allow debugging when using document Versions Browser"
* Go to Product -> Scheme -> Edit Scheme -> Run tab -> Options tab and uncheck "Allow debugging when using document Versions Browser"
* If the required libraries (such as SDL2) are not in ''/usr/local'', you will need to update the ''Header Search Paths'' and ''Library Search Paths'' build settings in Xcode.
* Build with Product -> Build or Product -> Run
* Build with Product -> Build or Product -> Run


== Further reading ==
== Further reading ==
* [https://github.com/scummvm/scummvm/blob/master/README.md#100-compiling ScummVM README, Section 10.0]
* [https://github.com/scummvm/scummvm/blob/master/README.md#100-compiling ScummVM README, Section 10.0]
TrustedUser
2,147

edits