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

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