Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is also necessary to support the publication of compiled images as zip files for the possibility of installation on those platforms where there are no package managers. For each supported architecture, it is necessary to build and publish a zip file with everything necessary for the application to fully work (except for the third party dependencies, which should be installed as additional packages, but this list should be attached to the REQUIRED.txt file).

Code Examples

Code examples should be moved to a separate Git repository and also provided as a separate ZIP download for every release.

...