Skip to content

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

License

Notifications You must be signed in to change notification settings

manifest/sdl-ios-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL iOS build script

The script creates iOS pseudo-frameworks for SDL2 and related libraries.

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
  • SDL2_ttf
  • Tremor (SDL2_mixer contains its own copy now)

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

The 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages