compiling_for_linuxbsd.rst 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. .. _doc_compiling_for_linuxbsd:
  2. Compiling for Linux, \*BSD
  3. ==========================
  4. .. highlight:: shell
  5. .. seealso::
  6. This page describes how to compile Linux editor and export template binaries from source.
  7. If you're looking to export your project to Linux instead, read :ref:`doc_exporting_for_linux`.
  8. Requirements
  9. ------------
  10. For compiling under Linux or other Unix variants, the following is
  11. required:
  12. - GCC 9+ or Clang 6+.
  13. - `Python 3.6+ <https://www.python.org/downloads/>`_.
  14. - `SCons 3.1.2+ <https://scons.org/pages/download.html>`_ build system.
  15. - pkg-config (used to detect the development libraries listed below).
  16. - Development libraries:
  17. - X11, Xcursor, Xinerama, Xi and XRandR.
  18. - Wayland and wayland-scanner.
  19. - Mesa.
  20. - ALSA.
  21. - PulseAudio.
  22. - *Optional* - libudev (build with ``udev=yes``).
  23. .. seealso::
  24. To get the Godot source code for compiling, see :ref:`doc_getting_source`.
  25. For a general overview of SCons usage for Godot, see :ref:`doc_introduction_to_the_buildsystem`.
  26. .. _doc_compiling_for_linuxbsd_oneliners:
  27. Distro-specific one-liners
  28. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  29. .. tabs::
  30. .. tab:: Alpine Linux
  31. ::
  32. apk add \
  33. scons \
  34. pkgconf \
  35. gcc \
  36. g++ \
  37. libx11-dev \
  38. libxcursor-dev \
  39. libxinerama-dev \
  40. libxi-dev \
  41. libxrandr-dev \
  42. mesa-dev \
  43. eudev-dev \
  44. alsa-lib-dev \
  45. pulseaudio-dev
  46. .. tab:: Arch Linux
  47. ::
  48. pacman -Sy --noconfirm --needed \
  49. scons \
  50. pkgconf \
  51. gcc \
  52. libxcursor \
  53. libxinerama \
  54. libxi \
  55. libxrandr \
  56. wayland-utils \
  57. mesa \
  58. glu \
  59. libglvnd \
  60. alsa-lib \
  61. pulseaudio
  62. .. tab:: Debian/Ubuntu
  63. ::
  64. sudo apt-get update
  65. sudo apt-get install -y \
  66. build-essential \
  67. scons \
  68. pkg-config \
  69. libx11-dev \
  70. libxcursor-dev \
  71. libxinerama-dev \
  72. libgl1-mesa-dev \
  73. libglu1-mesa-dev \
  74. libasound2-dev \
  75. libpulse-dev \
  76. libudev-dev \
  77. libxi-dev \
  78. libxrandr-dev \
  79. libwayland-dev
  80. .. tab:: Fedora
  81. ::
  82. sudo dnf install -y \
  83. scons \
  84. pkgconfig \
  85. libX11-devel \
  86. libXcursor-devel \
  87. libXrandr-devel \
  88. libXinerama-devel \
  89. libXi-devel \
  90. wayland-devel \
  91. mesa-libGL-devel \
  92. mesa-libGLU-devel \
  93. alsa-lib-devel \
  94. pulseaudio-libs-devel \
  95. libudev-devel \
  96. gcc-c++ \
  97. libstdc++-static \
  98. libatomic-static
  99. .. tab:: FreeBSD
  100. ::
  101. pkg install \
  102. py37-scons \
  103. pkgconf \
  104. xorg-libraries \
  105. libXcursor \
  106. libXrandr \
  107. libXi \
  108. xorgproto \
  109. libGLU \
  110. alsa-lib \
  111. pulseaudio
  112. .. tab:: Gentoo
  113. ::
  114. emerge --sync
  115. emerge -an \
  116. dev-build/scons \
  117. x11-libs/libX11 \
  118. x11-libs/libXcursor \
  119. x11-libs/libXinerama \
  120. x11-libs/libXi \
  121. dev-util/wayland-scanner \
  122. media-libs/mesa \
  123. media-libs/glu \
  124. media-libs/alsa-lib \
  125. media-sound/pulseaudio
  126. .. tab:: Mageia
  127. ::
  128. sudo urpmi --auto \
  129. scons \
  130. task-c++-devel \
  131. wayland-devel \
  132. "pkgconfig(alsa)" \
  133. "pkgconfig(glu)" \
  134. "pkgconfig(libpulse)" \
  135. "pkgconfig(udev)" \
  136. "pkgconfig(x11)" \
  137. "pkgconfig(xcursor)" \
  138. "pkgconfig(xinerama)" \
  139. "pkgconfig(xi)" \
  140. "pkgconfig(xrandr)"
  141. .. tab:: NetBSD
  142. ::
  143. pkg_add \
  144. pkg-config \
  145. py37-scons
  146. .. hint::
  147. For audio support, you can optionally install ``pulseaudio``.
  148. .. tab:: OpenBSD
  149. ::
  150. pkg_add \
  151. python \
  152. scons \
  153. llvm
  154. .. tab:: openSUSE
  155. ::
  156. sudo zypper install -y \
  157. scons \
  158. pkgconfig \
  159. libX11-devel \
  160. libXcursor-devel \
  161. libXrandr-devel \
  162. libXinerama-devel \
  163. libXi-devel \
  164. wayland-devel \
  165. Mesa-libGL-devel \
  166. alsa-devel \
  167. libpulse-devel \
  168. libudev-devel \
  169. gcc-c++ \
  170. libGLU1
  171. .. tab:: Solus
  172. ::
  173. eopkg install -y \
  174. -c system.devel \
  175. scons \
  176. libxcursor-devel \
  177. libxinerama-devel \
  178. libxi-devel \
  179. libxrandr-devel \
  180. wayland-devel \
  181. mesalib-devel \
  182. libglu \
  183. alsa-lib-devel \
  184. pulseaudio-devel
  185. Compiling
  186. ---------
  187. Start a terminal, go to the root dir of the engine source code and type:
  188. ::
  189. scons platform=linuxbsd
  190. .. note::
  191. Prior to Godot 4.0, the Linux/\*BSD target was called ``x11`` instead of
  192. ``linuxbsd``. If you are looking to compile Godot 3.x, make sure to use the
  193. `3.x branch of this documentation <https://docs.godotengine.org/en/3.6/development/compiling/compiling_for_x11.html>`__.
  194. .. tip::
  195. If you are compiling Godot to make changes or contribute to the engine,
  196. you may want to use the SCons options ``dev_build=yes`` or ``dev_mode=yes``.
  197. See :ref:`doc_introduction_to_the_buildsystem_development_and_production_aliases`
  198. for more info.
  199. If all goes well, the resulting binary executable will be placed in the
  200. "bin" subdirectory. This executable file contains the whole engine and
  201. runs without any dependencies. Executing it will bring up the Project
  202. Manager.
  203. .. note::
  204. If you wish to compile using Clang rather than GCC, use this command:
  205. ::
  206. scons platform=linuxbsd use_llvm=yes
  207. Using Clang appears to be a requirement for OpenBSD, otherwise fonts
  208. would not build.
  209. For RISC-V architecture devices, use the Clang compiler instead of the GCC compiler.
  210. .. tip:: If you are compiling Godot for production use, you can
  211. make the final executable smaller and faster by adding the
  212. SCons option ``production=yes``. This enables additional compiler
  213. optimizations and link-time optimization.
  214. LTO takes some time to run and requires about 7 GB of available RAM
  215. while compiling. If you're running out of memory with the above option,
  216. use ``production=yes lto=none`` or ``production=yes lto=thin`` for a
  217. lightweight but less effective form of LTO.
  218. .. note:: If you want to use separate editor settings for your own Godot builds
  219. and official releases, you can enable
  220. :ref:`doc_data_paths_self_contained_mode` by creating a file called
  221. ``._sc_`` or ``_sc_`` in the ``bin/`` folder.
  222. Running a headless/server build
  223. -------------------------------
  224. To run in *headless* mode which provides editor functionality to export
  225. projects in an automated manner, use the normal build::
  226. scons platform=linuxbsd target=editor
  227. And then use the ``--headless`` command line argument::
  228. ./bin/godot.linuxbsd.editor.x86_64 --headless
  229. To compile a debug *server* build which can be used with
  230. :ref:`remote debugging tools <doc_command_line_tutorial>`, use::
  231. scons platform=linuxbsd target=template_debug
  232. To compile a *server* build which is optimized to run dedicated game servers,
  233. use::
  234. scons platform=linuxbsd target=template_release production=yes
  235. Building export templates
  236. -------------------------
  237. .. warning:: Linux binaries usually won't run on distributions that are
  238. older than the distribution they were built on. If you wish to
  239. distribute binaries that work on most distributions,
  240. you should build them on an old distribution such as Ubuntu 16.04.
  241. You can use a virtual machine or a container to set up a suitable
  242. build environment.
  243. To build Linux or \*BSD export templates, run the build system with the
  244. following parameters:
  245. - (32 bits)
  246. ::
  247. scons platform=linuxbsd target=template_release arch=x86_32
  248. scons platform=linuxbsd target=template_debug arch=x86_32
  249. - (64 bits)
  250. ::
  251. scons platform=linuxbsd target=template_release arch=x86_64
  252. scons platform=linuxbsd target=template_debug arch=x86_64
  253. Note that cross-compiling for the opposite bits (64/32) as your host
  254. platform is not always straight-forward and might need a chroot environment.
  255. To create standard export templates, the resulting files in the ``bin/`` folder
  256. must be copied to:
  257. ::
  258. $HOME/.local/share/godot/export_templates/<version>/
  259. and named like this (even for \*BSD which is seen as "Linux/X11" by Godot):
  260. ::
  261. linux_debug.arm32
  262. linux_debug.arm64
  263. linux_debug.x86_32
  264. linux_debug.x86_64
  265. linux_release.arm32
  266. linux_release.arm64
  267. linux_release.x86_32
  268. linux_release.x86_64
  269. However, if you are writing your custom modules or custom C++ code, you
  270. might instead want to configure your binaries as custom export templates
  271. here:
  272. .. image:: img/lintemplates.png
  273. You don't even need to copy them, you can just reference the resulting
  274. files in the ``bin/`` directory of your Godot source folder, so the next
  275. time you build, you automatically have the custom templates referenced.
  276. Cross-compiling for RISC-V devices
  277. ----------------------------------
  278. To cross-compile Godot for RISC-V devices, we need to setup the following items:
  279. - `riscv-gnu-toolchain <https://github.com/riscv-collab/riscv-gnu-toolchain/releases>`__.
  280. While we are not going to use this directly, it provides us with a sysroot, as well
  281. as header and libraries files that we will need. There are many versions to choose
  282. from, however, the older the toolchain, the more compatible our final binaries will be.
  283. If in doubt, `use this version <https://github.com/riscv-collab/riscv-gnu-toolchain/releases/tag/2021.12.22>`__,
  284. and download ``riscv64-glibc-ubuntu-18.04-nightly-2021.12.22-nightly.tar.gz``. Extract
  285. it somewhere and remember its path.
  286. - Clang. RISC-V GCC has
  287. `bugs with its atomic operations <https://github.com/riscv-collab/riscv-gcc/issues/15>`__
  288. which prevent it from compiling Godot correctly. Any version of Clang from 16.0.0 upwards
  289. will suffice. Download it from the package manager of your distro, and make sure that
  290. it *can* compile to RISC-V. You can verify by executing this command ``clang -print-targets``,
  291. make sure you see ``riscv64`` on the list of targets.
  292. - `mold <https://github.com/rui314/mold/releases>`__. This fast linker,
  293. is the only one that correctly links the resulting binary. Download it, extract it,
  294. and make sure to add its ``bin`` folder to your PATH. Run
  295. ``mold --help | grep support`` to check if your version of Mold supports RISC-V.
  296. If you don't see RISC-V, your Mold may need to be updated.
  297. To make referencing our toolchain easier, we can set an environment
  298. variable like this:
  299. ::
  300. export RISCV_TOOLCHAIN_PATH="path to toolchain here"
  301. This way, we won't have to manually set the directory location
  302. each time we want to reference it.
  303. With all the above setup, we are now ready to build Godot.
  304. Go to the root of the source code, and execute the following build command:
  305. ::
  306. scons arch=rv64 use_llvm=yes linker=mold lto=none target=editor \
  307. ccflags="--sysroot=$RISCV_TOOLCHAIN_PATH/sysroot --gcc-toolchain=$RISCV_TOOLCHAIN_PATH -target riscv64-unknown-linux-gnu" \
  308. linkflags="--sysroot=$RISCV_TOOLCHAIN_PATH/sysroot --gcc-toolchain=$RISCV_TOOLCHAIN_PATH -target riscv64-unknown-linux-gnu"
  309. The command is similar in nature, but with some key changes. ``ccflags`` and
  310. ``linkflags`` append additional flags to the build. ``--sysroot`` points to
  311. a folder simulating a Linux system, it contains all the headers, libraries,
  312. and ``.so`` files Clang will use. ``--gcc-toolchain`` tells Clang where
  313. the complete toolchain is, and ``-target riscv64-unknown-linux-gnu``
  314. indicates to Clang the target architecture, and OS we want to build for.
  315. If all went well, you should now see a ``bin`` directory, and within it,
  316. a binary similar to the following:
  317. ::
  318. godot.linuxbsd.editor.rv64.llvm
  319. You can now copy this executable to your favorite RISC-V device,
  320. then launch it there by double-clicking, which should bring up
  321. the project manager.
  322. If you later decide to compile the export templates, copy the above
  323. build command but change the value of ``target`` to ``template_debug`` for
  324. a debug build, or ``template_release`` for a release build.
  325. Using Clang and LLD for faster development
  326. ------------------------------------------
  327. You can also use Clang and LLD to build Godot. This has two upsides compared to
  328. the default GCC + GNU ld setup:
  329. - LLD links Godot significantly faster compared to GNU ld or gold. This leads to
  330. faster iteration times.
  331. - Clang tends to give more useful error messages compared to GCC.
  332. To do so, install Clang and the ``lld`` package from your distribution's package manager
  333. then use the following SCons command::
  334. scons platform=linuxbsd use_llvm=yes linker=lld
  335. After the build is completed, a new binary with a ``.llvm`` suffix will be
  336. created in the ``bin/`` folder.
  337. It's still recommended to use GCC for production builds as they can be compiled using
  338. link-time optimization, making the resulting binaries smaller and faster.
  339. If this error occurs::
  340. /usr/bin/ld: cannot find -l:libatomic.a: No such file or directory
  341. There are two solutions:
  342. - In your SCons command, add the parameter ``use_static_cpp=no``.
  343. - Follow `these instructions <https://github.com/ivmai/libatomic_ops#installation-and-usage>`__ to configure, build, and
  344. install ``libatomic_ops``. Then, copy ``/usr/lib/libatomic_ops.a`` to ``/usr/lib/libatomic.a``, or create a soft link
  345. to ``libatomic_ops`` by command ``ln -s /usr/lib/libatomic_ops.a /usr/lib/libatomic.a``. The soft link can ensure the
  346. latest ``libatomic_ops`` will be used without the need to copy it every time when it is updated.
  347. Using mold for faster development
  348. ---------------------------------
  349. For even faster linking compared to LLD, you can use `mold <https://github.com/rui314/mold>`__.
  350. mold can be used with either GCC or Clang.
  351. As of January 2023, mold is not readily available in Linux distribution
  352. repositories, so you will have to install its binaries manually.
  353. - Download mold binaries from its `releases page <https://github.com/rui314/mold/releases/latest>`__.
  354. - Extract the ``.tar.gz`` file, then move the extracted folder to a location such as ``.local/share/mold``.
  355. - Add ``$HOME/.local/share/mold/bin`` to your user's ``PATH`` environment variable.
  356. For example, you can add the following line at the end of your ``$HOME/.bash_profile`` file:
  357. ::
  358. PATH="$HOME/.local/share/mold/bin:$PATH"
  359. - Open a new terminal (or run ``source "$HOME/.bash_profile"``),
  360. then use the following SCons command when compiling Godot::
  361. scons platform=linuxbsd linker=mold
  362. Using system libraries for faster development
  363. ---------------------------------------------
  364. `Godot bundles the source code of various third-party libraries. <https://github.com/godotengine/godot/tree/master/thirdparty>`__
  365. You can choose to use system versions of third-party libraries instead.
  366. This makes the Godot binary faster to link, as third-party libraries are
  367. dynamically linked. Therefore, they don't need to be statically linked
  368. every time you build the engine (even on small incremental changes).
  369. However, not all Linux distributions have packages for third-party libraries
  370. available (or they may not be up-to-date).
  371. Moving to system libraries can reduce linking times by several seconds on slow
  372. CPUs, but it requires manual testing depending on your Linux distribution. Also,
  373. you may not be able to use system libraries for everything due to bugs in the
  374. system library packages (or in the build system, as this feature is less
  375. tested).
  376. To compile Godot with system libraries, install these dependencies **on top** of the ones
  377. listed in the :ref:`doc_compiling_for_linuxbsd_oneliners`:
  378. .. tabs::
  379. .. tab:: Debian/Ubuntu
  380. ::
  381. sudo apt-get update
  382. sudo apt-get install -y \
  383. libembree-dev \
  384. libenet-dev \
  385. libfreetype-dev \
  386. libpng-dev \
  387. zlib1g-dev \
  388. libgraphite2-dev \
  389. libharfbuzz-dev \
  390. libogg-dev \
  391. libtheora-dev \
  392. libvorbis-dev \
  393. libwebp-dev \
  394. libmbedtls-dev \
  395. libminiupnpc-dev \
  396. libpcre2-dev \
  397. libzstd-dev \
  398. libsquish-dev \
  399. libicu-dev
  400. .. tab:: Fedora
  401. ::
  402. sudo dnf install -y \
  403. embree3-devel \
  404. enet-devel \
  405. glslang-devel \
  406. graphite2-devel \
  407. harfbuzz-devel \
  408. libicu-devel \
  409. libsquish-devel \
  410. libtheora-devel \
  411. libvorbis-devel \
  412. libwebp-devel \
  413. libzstd-devel \
  414. mbedtls-devel \
  415. miniupnpc-devel
  416. After installing all required packages, use the following command to build Godot:
  417. .. NOTE: Some `builtin_` options aren't used here because they break the build as of January 2023
  418. (tested on Fedora 37).
  419. ::
  420. scons platform=linuxbsd builtin_embree=no builtin_enet=no builtin_freetype=no builtin_graphite=no builtin_harfbuzz=no builtin_libogg=no builtin_libpng=no builtin_libtheora=no builtin_libvorbis=no builtin_libwebp=no builtin_mbedtls=no builtin_miniupnpc=no builtin_pcre2=no builtin_zlib=no builtin_zstd=no
  421. On Debian stable, you will need to remove `builtin_embree=no` as the system-provided
  422. Embree version is too old to work with Godot's latest `master` branch
  423. (which requires Embree 4).
  424. You can view a list of all built-in libraries that have system alternatives by
  425. running ``scons -h``, then looking for options starting with ``builtin_``.
  426. .. warning::
  427. When using system libraries, the resulting library is **not** portable
  428. across Linux distributions anymore. Do not use this approach for creating
  429. binaries you intend to distribute to others, unless you're creating a
  430. package for a Linux distribution.