Skip to content

Commit c9e4954

Browse files
fixed vulkan loader (#473)
1 parent 54ed55d commit c9e4954

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before building, make sure your setup is correct :
2424
- Install MSVC v143 - VS 2022 C++ x64/x86 build tools and Windows 10/11 SDK.
2525
- Install [PowerShell Core](https://github.com/PowerShell/PowerShell/releases)
2626
- Install [Python](https://www.python.org/ftp/python/3.12.4/python-3.12.4-amd64.exe)
27-
- Install [CMake](https://cmake.org/download/) 3.20 or later.
27+
- Install [CMake](https://cmake.org/download/) 4.1.2 or later.
2828
- Install [DOTNET SDK 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) as a VS Build Tool component (if using a standalone implementation, you might need to create a symlink between your custom installation location and the expected location: `C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Sdks\Microsoft.NET.Sdk\Sdk`)
2929
- Install [LLVM](https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/LLVM-20.1.7-win64.exe)
3030

@@ -37,7 +37,7 @@ Before building, make sure your setup is correct :
3737
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
3838
```
3939

40-
- Install CMake through Homebrew :
40+
- Install CMake (version 4.1.2 or later) through Homebrew :
4141
```bash
4242
brew update
4343
brew install cmake

__externals/externals.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ target_link_libraries(imported::External_libs INTERFACE
3636
GPUOpen::VulkanMemoryAllocator
3737
nlohmann_json::nlohmann_json
3838
rapidhash
39+
Vulkan::Loader
3940
)

0 commit comments

Comments
 (0)