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