Ver código fonte

Update FreeBSD dependencies in "Compiling for X11"

`xineramaproto` is now `xorgproto` in recent FreeBSD versions.
`libglapi` no longer seems to be available, but Godot still builds
if you omit it.

This also adds `alsa-lib` and `pulseaudio` which are required to build
editor and export template binaries.

Tested on FreeBSD 12.0 and 11.2.
Hugo Locurcio 6 anos atrás
pai
commit
1836e8be55
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      development/compiling/compiling_for_x11.rst

+ 3 - 2
development/compiling/compiling_for_x11.rst

@@ -45,8 +45,9 @@ Distro-specific oneliners
 +----------------+-----------------------------------------------------------------------------------------------------------+
 | **FreeBSD**    | ::                                                                                                        |
 |                |                                                                                                           |
-|                |     sudo pkg install scons pkgconf xorg-libraries libXcursor libXrandr libXi xineramaproto libglapi \     |
-|                |         libGLU yasm                                                                                       |
+|                |     sudo pkg install scons pkgconf xorg-libraries libXcursor libXrandr libXi xorgproto libGLU alsa-lib \  |
+|                |         pulseaudio yasm                                                                                   |
+|                |                                                                                                           |
 +----------------+-----------------------------------------------------------------------------------------------------------+
 | **Gentoo**     | ::                                                                                                        |
 |                |                                                                                                           |