Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbasaglia/darkplaces
Forked from https://gitlab.com/xonotic/darkplaces
https://github.com/mbasaglia/darkplaces
Last synced: about 1 month ago
JSON representation
Forked from https://gitlab.com/xonotic/darkplaces
- Host: GitHub
- URL: https://github.com/mbasaglia/darkplaces
- Owner: mbasaglia
- License: gpl-2.0
- Created: 2014-11-19T18:04:09.000Z (about 10 years ago)
- Default Branch: xml
- Last Pushed: 2015-01-15T09:22:35.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T11:37:18.967Z (2 months ago)
- Language: C
- Size: 18.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.iOS
- License: COPYING
Awesome Lists containing this project
README
To build DarkPlaces for iOS, you need to extract this zip into the source folder:
http://ghdigital.com/~havoc/SDLiOS20110208.zipThis is built from the in-development version of SDL 1.3, to make an updated include folder and libSDL*.a files, you need to get the SDL 1.3 source (from hg or a nightly build or whatever), then simply open Xcode-iPhoneOS/SDL/SDLiPhoneOS.xcodeproj and build libSDL for both simulator and device and then the SDL Application xcode template.
Then copy the include folder and two libSDL*.a files from the Xcode-iPhoneOS/SDL/build/Debug-template (or Release-template) into the darkplaces source folder, and it will build with your updated files.