mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 15:14:15 -04:00
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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user