mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
Merge pull request #11951 from Kaleb-Reid/fix-bsd-instructions
Fix BSD compile instructions
This commit is contained in:
@@ -117,7 +117,7 @@ Distro-specific one-liners
|
||||
|
||||
::
|
||||
|
||||
pkg install \
|
||||
pkg install -y \
|
||||
devel/scons \
|
||||
pkgconf \
|
||||
xorg-libraries \
|
||||
@@ -169,22 +169,21 @@ Distro-specific one-liners
|
||||
|
||||
::
|
||||
|
||||
pkgin install \
|
||||
pkg_add pkgin
|
||||
pkgin -y install \
|
||||
pkg-config \
|
||||
py313-scons
|
||||
|
||||
.. hint::
|
||||
|
||||
For audio support, you can optionally install ``pulseaudio``.
|
||||
py313-scons \
|
||||
wayland \
|
||||
pulseaudio
|
||||
|
||||
.. tab:: OpenBSD
|
||||
|
||||
::
|
||||
|
||||
pkg_add \
|
||||
python \
|
||||
pkg_add -I \
|
||||
scons \
|
||||
llvm
|
||||
wayland \
|
||||
pulseaudio
|
||||
|
||||
.. tab:: openKylin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user