mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
Add libstdc++-static to Fedora pre-compile one-liner
This commit is contained in:
@@ -51,7 +51,7 @@ Distro-specific one-liners
|
||||
| | |
|
||||
| | sudo dnf install scons pkgconfig libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel \ |
|
||||
| | libXi-devel mesa-libGL-devel mesa-libGLU-devel alsa-lib-devel pulseaudio-libs-devel \ |
|
||||
| | libudev-devel yasm gcc-c++ |
|
||||
| | libudev-devel yasm gcc-c++ libstdc++-static |
|
||||
+------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| **FreeBSD** | :: |
|
||||
| | |
|
||||
@@ -116,7 +116,7 @@ On \*BSD, you can use ``sysctl -n hw.ncpu``:
|
||||
|
||||
::
|
||||
|
||||
scons -j$(sysctl -n hw.ncpu)
|
||||
scons -j$(sysctl -n hw.ncpu)
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user