Open main menu

Difference between revisions of "Compiling ScummVM/macOS"

Change some more console commands to use the source tag
(Fix HB libs)
(Change some more console commands to use the source tag)
Line 9: Line 9:


=== XCode command line tools ===
=== XCode command line tools ===
After installing XCode, open a terminal and type "'''xcode-select --install'''"
After installing XCode, open a terminal and type
<source lang="bash">
xcode-select --install
</source>


=== Package manager ===
=== Package manager ===
Line 60: Line 63:
* Compile '''create_project''' inside devtools/create_project
* Compile '''create_project''' inside devtools/create_project
* Copy the generated create_project tool in the ScummVM root folder
* Copy the generated create_project tool in the ScummVM root folder
* Run "./create_project . --xcode --build-events --disable-nasm"
* Run the following:
<source lang="bash">
./create_project . --xcode --build-events --disable-nasm
</source>


=== Build the XCode project ===
=== Build the XCode project ===
1,489

edits