readme.txt 476 B

123456789101112
  1. This directory shows how you can build redistributable binaries. On
  2. OSX this menans building an app bundle and a .dmg installer. On Linux
  3. it means building an archive that bundles its dependencies. On Windows
  4. it means building an .exe installer.
  5. To build each package you run the corresponding build_ARCH.sh build
  6. script.
  7. On Linux you must build the package on the oldest distribution you
  8. plan to support (Debian stable/oldstable and old CentOS are the common
  9. choice here).