Skip to content

Commit 33887d5

Browse files
committed
Add libstdc++-static to Fedora pre-compile one-liner
1 parent 63cb6a1 commit 33887d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development/compiling/compiling_for_linuxbsd.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Distro-specific one-liners
5151
| | |
5252
| | sudo dnf install scons pkgconfig libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel \ |
5353
| | libXi-devel mesa-libGL-devel mesa-libGLU-devel alsa-lib-devel pulseaudio-libs-devel \ |
54-
| | libudev-devel yasm gcc-c++ |
54+
| | libudev-devel yasm gcc-c++ libstdc++-static |
5555
+------------------+-----------------------------------------------------------------------------------------------------------+
5656
| **FreeBSD** | :: |
5757
| | |
@@ -116,7 +116,7 @@ On \*BSD, you can use ``sysctl -n hw.ncpu``:
116116

117117
::
118118

119-
scons -j$(sysctl -n hw.ncpu)
119+
scons -j$(sysctl -n hw.ncpu)
120120

121121
.. note::
122122

0 commit comments

Comments
 (0)