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

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).