qemu/meson/manual tests/4 standalone binaries
Cong Liu 60210331fb New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
..
Info.plist New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
build_linux_package.sh New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
build_osx_package.sh New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
build_windows_package.py New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
linux_bundler.sh New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
meson.build New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
myapp.cpp New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
myapp.icns New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
myapp.iss New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
myapp.sh New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
osx_bundler.sh New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
readme.txt New upstream version 7.1.0 2022-11-03 14:19:34 +08:00
template.dmg.gz New upstream version 7.1.0 2022-11-03 14:19:34 +08:00

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