TrustedUser
2,147
edits
(→Installing ScummVM: mention need to set theme path when running from command line) |
|||
Line 171: | Line 171: | ||
=== Creating an XCode project === | === Creating an XCode project === | ||
* Compile '''create_project''' inside devtools/create_project | * Compile '''create_project''' inside devtools/create_project | ||
<source lang="bash"> | |||
make devtools/create_project | |||
</source> | |||
Or alternatively you can use the XCode project in devtools/create_project/xcode. Open it in XCode or run the following command: | |||
<source lang="bash"> | |||
cd devtools/create_project/xcode; xcodebuild | |||
</source> | |||
* Copy the generated create_project tool in the ScummVM root folder | * Copy the generated create_project tool in the ScummVM root folder | ||
* Run the following: | * Run the following: |