exporting_for_linux.rst 553 B

12345678910111213
  1. .. _doc_exporting_for_linux:
  2. Exporting for Linux
  3. ===================
  4. The simplest way to distribute a game for PC is to copy the executable
  5. (``godot``), compress the folder and send it to someone else. However, this is
  6. often not desired.
  7. Godot offers a more elegant approach for PC distribution when using the export
  8. system. When exporting for Linux, the exporter takes all the project files and
  9. creates a ``data.pck`` file. This file is bundled with a specially optimized
  10. binary that is smaller, faster and does not contain the editor and debugger.