From 03d79292834cc26db00493dd67da4b8ac48ff70c Mon Sep 17 00:00:00 2001
From: cosmonaut <[EMAIL REDACTED]>
Date: Fri, 25 Oct 2024 13:36:57 -0700
Subject: [PATCH] Add note about dependencies
---
README.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.txt b/README.txt
index fcf141f..5b94ab8 100644
--- a/README.txt
+++ b/README.txt
@@ -8,6 +8,8 @@ This library also provides a command line interface for offline translation of s
For SPIRV translation, this library depends on SPIRV-Cross: https://github.com/KhronosGroup/SPIRV-Cross
For compiling to DXIL, dxcompiler.dll and dxil.dll are required (or your platform's equivalent).
+These dependencies can be obtained in the Vulkan SDK: https://vulkan.lunarg.com/
+It is strongly recommended that you ship these dependencies along with your application.
For compiling to DXBC, d3dcompiler_47 is shipped with Windows. Other platforms require vkd3d-utils.
This library is under the zlib license, see LICENSE.txt for details.