Update Readme to include missing dependencies on Fedora and Arch installations (#1763)

Update docs to include missing dependencies on Fedora and Arch
This commit is contained in:
Liam Hackett
2022-08-15 23:47:23 +01:00
committed by GitHub
parent dee8feb003
commit 34d6e8d71e
+2 -2
View File
@@ -135,7 +135,7 @@ cmake -DCMAKE_SHARED_LINKER_FLAGS="-fuse-ld=lld" -DCMAKE_EXE_LINKER_FLAGS="-fuse
Install packages and init repository:
```sh
sudo pacman -S cmake libpulse base-devel nasm python
sudo pacman -S cmake libpulse base-devel nasm python libx11 libxrandr libxinerama libxcursor libxi
yay -S go-task
```
@@ -158,7 +158,7 @@ Run tests:
Install packages and init repository:
```sh
sudo dnf install cmake lld clang nasm libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel pulseaudio-libs-devel
sudo dnf install cmake python lld clang nasm libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel pulseaudio-libs-devel
sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
```