exporting_for_linux.rst 760 B

1234567891011121314151617181920
  1. .. _doc_exporting_for_linux:
  2. Exporting for Linux
  3. ===================
  4. .. seealso::
  5. This page describes how to export a Godot project to Linux.
  6. If you're looking to compile editor or export template binaries from source instead,
  7. read :ref:`doc_compiling_for_x11`.
  8. The simplest way to distribute a game for PC is to copy the executable
  9. (``godot``), compress the folder and send it to someone else. However, this is
  10. often not desired.
  11. Godot offers a more elegant approach for PC distribution when using the export
  12. system. When exporting for Linux, the exporter takes all the project files and
  13. creates a ``data.pck`` file. This file is bundled with a specially optimized
  14. binary that is smaller, faster and does not contain the editor and debugger.