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

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