Skip to content

Commit

Permalink
Remove 2nd instructions for arch. Make warning stand out (#64)
Browse files Browse the repository at this point in the history
This removes the second way for arch to install spriv-cross as its easier / better to just use YAY.  

This also fixes the warning to make it an actual warning and stand out a bit more.
  • Loading branch information
hax4dazy authored Feb 24, 2024
1 parent cab9aa7 commit ef526f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/ya
```
yay -S spirv-cross
```
## Getting spriv-cross on Fedora and Arch Linux
## Getting spriv-cross on Fedora

```
git clone https://github.com/KhronosGroup/SPIRV-Cross && cd SPIRV-Cross && mkdir build && cd build && cmake .. && cmake --build . && sudo make install
```
> **Warning** <br/>
> [!WARNING]
> Fedora will compile to a point and then error out
> Arch will have to use xbyak from the aur for now
## Cloning the Repo

Expand Down

0 comments on commit ef526f7

Please sign in to comment.