From 8dd4641c50a4afdcb95746f0eb699a0224dda2a8 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Tue, 18 Aug 2020 23:06:19 -0400 Subject: [PATCH] Unlimit the packages that `mesa-git` replaces --- Building-Mesa-on-Arch-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-Mesa-on-Arch-Linux.md b/Building-Mesa-on-Arch-Linux.md index 43d8963..8489646 100644 --- a/Building-Mesa-on-Arch-Linux.md +++ b/Building-Mesa-on-Arch-Linux.md @@ -68,7 +68,7 @@ MESA_WHICH_LLVM=3 makepkg -si `makepkg` will run `pacman` during the install and require credentials. It will ask to install `llvm-git`, `llvm-libs-git`, and `clang-git` over `llvm`, `llvm-libs`, and `clang`, respectively. Press `y` and hit `ENTER` to allow it to do so for each package. `mesa-git` should take a while to build. -Once it has finished building, it may ask for credentials again. `pacman` will ask to replace `mesa` with `mesa-git`. Press `y` and hit `ENTER` to allow it. Once `pacman` finishes installing it, `mesa-git` should be installed. Restart your machine to let all the changes take effect. +Once it has finished building, it may ask for credentials again. `pacman` will ask to replace more packages. Press `y` and hit `ENTER` to allow it to replace these with `mesa-git`. Once `pacman` finishes installing it, `mesa-git` should be installed. Restart your machine to let all the changes take effect. ### Verify the Installation To verify that the build was successful, run `glxinfo` in the terminal and watch the LLVM version in your renderer string: