Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Building on iOS

Marcus Collins edited this page Jul 14, 2013 · 7 revisions

NOTE: You need the official pak0.pk3 from your original Quake3 CD to run this.

For iOS (Apple Developer),

  1. Install the most recent version of Xcode with most recent iOS SDK.
  2. Follow instructions for building on your computer (this builds the required qvms).
  3. In the build directory in baseq3-ios, zip the vm folder and name it as ios_pak0.pk3 .
  4. Copy this pakfile to code/ios/baseq3.
  5. Open the Quake3 XCode project in code/ios.
  6. Select device or simulator and run.

For iOS (non-Apple Developers with a jailbroken device),

  1. Install the most recent version of Xcode with the most recent iOS SDK.
  2. Download JailCoder and patch Xcode.
  3. Follow the rest of the instructions above.
Clone this wiki locally