Mac and Linux SDL2 binary snapshots
edit | blame | history | raw

SDL2 Binaries from OutOfOrder.cc

These are the pre-built SDL2 binaries that I, and several other game porters, use in all of our game ports.
These are kept up with the official release versions and sometimes include certain backported patches when needed for games.

OS Targets

Windows

Build via Visual Studio 2015
They run in Windows XP and newer, 32bit and 64bit.

Mac OS X

Built via the Xcode project, dylib ONLY
Mac OS X 10.7+ 64bit only.

Linux

Built via the configure script

Glib 2.4 or higher. (Basically any linux distribution in the past 6 years at least). 32bit and 64bit.

CMake Support

Included is a CMake config script for use with find_package(SDL2 CONFIG). Simply append the SDL2 path to the CMAKE_PREFIX_PATH
list(APPEND CMAKE_PREFIX_PATH libs/SDL2)
find_package(SDL2 CONFIG)

This will set the following variables
SDL2_INCLUDE_DIRS
SDL2_LIBRARIES

as well as a interface target of SDL2 if you are using cmake 3.0+

Other

The source code is included for what the binaries are build against. Any patches will be put in a patches folder
AND incorporated into the source tree

README 1 KB
source/BUGS 463 b
source/CMakeLists 81 KB
source/COPYING 930 b
source/CREDITS 2 KB
source/INSTALL 1 KB
source/README-SDL 433 b
source/README 648 b
source/TODO 468 b
source/WhatsNew 35 KB
source/Xcode-iOS/Demos/data/bitmapfont/license 13 KB
source/Xcode/SDL/pkg-support/resources/License 909 b
source/Xcode/SDL/pkg-support/resources/ReadMe 1 KB
source/android-project-ant/proguard-project 781 b
source/android-project/app/jni/CMakeLists 448 b
source/android-project/app/jni/src/CMakeLists 187 b
source/docs/README-android 20 KB
source/docs/README-cmake 3 KB
source/docs/README-directfb 3 KB
source/docs/README-dynapi 7 KB
source/docs/README-emscripten 966 b
source/docs/README-gesture 4 KB
source/docs/README-hg 809 b
source/docs/README-ios 16 KB
source/docs/README-linux 4 KB
source/docs/README-macosx 10 KB
source/docs/README-nacl 4 KB
source/docs/README-os2 2 KB
source/docs/README-pandora 753 b
source/docs/README-platforms 187 b
source/docs/README-porting 2 KB
source/docs/README-psp 354 b
source/docs/README-raspberrypi 8 KB
source/docs/README-touch 4 KB
source/docs/README-wince 220 b
source/docs/README-windows 2 KB
source/docs/README-winrt 26 KB
source/docs/README 2 KB
source/src/hidapi/AUTHORS 355 b
source/src/hidapi/HACKING 359 b
source/src/hidapi/LICENSE-bsd 1 KB
source/src/hidapi/LICENSE-gpl3 34 KB
source/src/hidapi/LICENSE-orig 264 b
source/src/hidapi/LICENSE 530 b
source/src/hidapi/README 12 KB
source/src/hidapi/linux/README 3 KB
source/src/video/yuv2rgb/README 3 KB
source/test/CMakeLists 6 KB
source/test/relative_mode 1 KB
source/test/utf8 21 KB
source/visualtest/COPYING 947 b
source/visualtest/README 10 KB