Dylan Baker d505a68e34 Fix crlf line endings hace 5 años
..
Info.plist 29fa1dd522 Add support for checking out git repos to subprojects automatically. hace 9 años
build_linux_package.sh cfb714d42a Stop manual test helper scripts on errors (#2149) hace 7 años
build_osx_package.sh cfb714d42a Stop manual test helper scripts on errors (#2149) hace 7 años
build_windows_package.py 8f7781f1d6 using urlopen() with explicit timeout hace 6 años
linux_bundler.sh cfb714d42a Stop manual test helper scripts on errors (#2149) hace 7 años
meson.build fa10703124 fix "Meson encountered an error in file meson.build, line 19, column … (#1536) hace 7 años
myapp.cpp d0d2508562 Build windows installer for SDL2 sample app. hace 9 años
myapp.icns 29fa1dd522 Add support for checking out git repos to subprojects automatically. hace 9 años
myapp.iss d505a68e34 Fix crlf line endings hace 5 años
myapp.sh 29fa1dd522 Add support for checking out git repos to subprojects automatically. hace 9 años
osx_bundler.sh cfb714d42a Stop manual test helper scripts on errors (#2149) hace 7 años
readme.txt 2ea1fb849c Doc clarification. hace 8 años
template.dmg.gz 29fa1dd522 Add support for checking out git repos to subprojects automatically. hace 9 años

readme.txt

This directory shows how you can build redistributable binaries. On
OSX this menans building an app bundle and a .dmg installer. On Linux
it means building an archive that bundles its dependencies. On Windows
it means building an .exe installer.

To build each package you run the corresponding build_ARCH.sh build
script.

On Linux you must build the package on the oldest distribution you
plan to support (Debian stable/oldstable and old CentOS are the common
choice here).