From ef526f70a467866a673044df5f770c24b15f4cbc Mon Sep 17 00:00:00 2001 From: hax4dazy Date: Sat, 24 Feb 2024 11:25:09 +0100 Subject: [PATCH] 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. --- .github/BUILDING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/BUILDING.md b/.github/BUILDING.md index 843f24d0..231a21c2 100644 --- a/.github/BUILDING.md +++ b/.github/BUILDING.md @@ -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**
+> [!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