Exporting for Linux

См.также

Эта страница описывает, как экспортировать проект Godot в Linux. Если вы хотите скомпилировать редактор или экспортировать двоичные файлы шаблона из исходного кода, читайте Компиляция для X11 (Linux, *BSD).

The simplest way to distribute a game for PC is to copy the executable (godot), compress the folder and send it to someone else. However, this is often not desired.

Godot offers a more elegant approach for PC distribution when using the export system. When exporting for Linux, the exporter takes all the project files and creates a data.pck file. This file is bundled with a specially optimized binary that is smaller, faster and does not contain the editor and debugger.