mirror of
https://github.com/RPCSX/rpcsx.git
synced 2024-11-23 11:29:48 +00:00
Remove 2nd instructions for arch. Make warning stand out (#64)
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.
This commit is contained in:
parent
cab9aa727b
commit
ef526f70a4
5
.github/BUILDING.md
vendored
5
.github/BUILDING.md
vendored
@ -26,14 +26,13 @@ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/ya
|
|||||||
```
|
```
|
||||||
yay -S spirv-cross
|
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
|
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
|
> Fedora will compile to a point and then error out
|
||||||
> Arch will have to use xbyak from the aur for now
|
|
||||||
|
|
||||||
## Cloning the Repo
|
## Cloning the Repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user