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

This commit is contained in:
Hugo Locurcio
2021-02-28 19:06:27 +01:00
parent 63cb6a1ca0
commit 33887d5c7b
@@ -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::