TrustedUser
2,147
edits
(→Compiling ScummVM: clarified -j) |
(→Creating an Xcode project: Simplify instructions) |
||
Line 202: | Line 202: | ||
=== Creating an Xcode project === | === Creating an Xcode project === | ||
* Compile '''create_project''' | * Compile '''create_project''': | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
cd devtools/create_project/xcode | |||
xcodebuild | |||
</syntaxhighlight> | </syntaxhighlight> | ||
* Run create_project '''from the root ScummVM directory''': | * Run create_project '''from the root ScummVM directory''': | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
./devtools/create_project/create_project . --xcode | cd ../../.. | ||
./devtools/create_project/xcode/build/Release/create_project . --xcode | |||
</syntaxhighlight> | </syntaxhighlight> | ||