Browse Source

Merge pull request #3063 from asynts/asynts.archlinux-one-liner

Don't reinstall dependencies if they are already installed.
Nathan Lovato 5 years ago
parent
commit
f9694a8ee4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      development/compiling/compiling_for_x11.rst

+ 2 - 2
development/compiling/compiling_for_x11.rst

@@ -35,8 +35,8 @@ Distro-specific one-liners
 +------------------+-----------------------------------------------------------------------------------------------------------+
 | **Arch Linux**   | ::                                                                                                        |
 |                  |                                                                                                           |
-|                  |     pacman -S scons pkgconf gcc libxcursor libxinerama libxi libxrandr mesa glu libglvnd alsa-lib \       |
-|                  |         pulseaudio yasm                                                                                   |
+|                  |     pacman -S --needed scons pkgconf gcc libxcursor libxinerama libxi libxrandr mesa glu libglvnd \       |
+|                  |         alsa-lib pulseaudio yasm                                                                          |
 +------------------+-----------------------------------------------------------------------------------------------------------+
 | **Debian** /     | ::                                                                                                        |
 | **Ubuntu**       |                                                                                                           |