ggreco / sdl-ios-framework

The script creating iOS pseudo-frameworks for SDL2 and related libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL iOS build script

The script creates a set of pseudo-frameworks that can be easily used to develop a SDL applications for the iOS platform.

Depends on

tools, you could install them with homebrew brew install hg

  • hg
  • git

rubygems, you could install them with bundler gem install bundler && bundle install

  • rake
  • colorize

What frameworks are available?

  • SDL2
  • SDL2_image
  • SDL2_mixer (with ogg vorbis support through the embedded Tremor)
  • SDL2_ttf

How to use?

rake or rake SDL2:build to download sources and build SDL2.framework

rake build_all to download and build all sdl specific frameworks

More information

rake -T

License

SDL iOS build script is provided under the terms of the Zlib license

About

The script creating iOS pseudo-frameworks for SDL2 and related libraries

License:Other


Languages

Language:Ruby 100.0%