Eli Schwartz 59d4f771d2 editorconfig: add setting to trim trailing whitespace 3 éve
..
Info.plist 29fa1dd522 Add support for checking out git repos to subprojects automatically. 9 éve
build_linux_package.sh cfb714d42a Stop manual test helper scripts on errors (#2149) 7 éve
build_osx_package.sh cfb714d42a Stop manual test helper scripts on errors (#2149) 7 éve
build_windows_package.py 8f7781f1d6 using urlopen() with explicit timeout 6 éve
linux_bundler.sh cfb714d42a Stop manual test helper scripts on errors (#2149) 7 éve
meson.build fa10703124 fix "Meson encountered an error in file meson.build, line 19, column … (#1536) 7 éve
myapp.cpp 0494a76340 c/cpp: removed unused args 4 éve
myapp.icns 29fa1dd522 Add support for checking out git repos to subprojects automatically. 9 éve
myapp.iss d505a68e34 Fix crlf line endings 5 éve
myapp.sh 29fa1dd522 Add support for checking out git repos to subprojects automatically. 9 éve
osx_bundler.sh cfb714d42a Stop manual test helper scripts on errors (#2149) 7 éve
readme.txt 59d4f771d2 editorconfig: add setting to trim trailing whitespace 3 éve
template.dmg.gz 29fa1dd522 Add support for checking out git repos to subprojects automatically. 9 éve

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