From 23ff32d84e1f026c68a340f32d9f6b15e953d85a Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 28 Oct 2025 18:28:04 -0700 Subject: fix another compiler bug --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d6b6ae..465a53d 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,14 @@ usage build instructions ```bash -git clone https://github.com/shader-slang/slang +git clone https://github.com/yum-food/slang cd slang -git checkout 8f499fbe9baf68ef880da2ffe4812fbed1e5c1fa -patch -p1 <../slang.patch git submodule update --init --recursive -j 32 # wait, the previous command takes a while mkdir build cd build -# run this part in powershell, from ./slang/build -cmake.exe .. -cmake.exe --build . -j 32 --config Release +powershell.exe cmake.exe .. +powershell.exe cmake.exe --build . -j 32 --config Release # the previous command will take a long fucking time # switch back to top level of repo cd ../.. -- cgit v1.2.3