Procházet zdrojové kódy

Add libstdc++-static to Fedora pre-compile one-liner

Hugo Locurcio před 4 roky
rodič
revize
33887d5c7b

+ 2 - 2
development/compiling/compiling_for_linuxbsd.rst

@@ -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::