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