From 7f0042eec153a42e0b894a5add127c413140043f Mon Sep 17 00:00:00 2001 From: Aidan Mullen Date: Sat, 4 May 2024 11:07:14 -0400 Subject: [PATCH] Edit README State that MSYS-2.0.dll must be placed with source. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 85f94a2..bf75907 100755 --- a/README +++ b/README @@ -13,6 +13,9 @@ installed to run the compiled binary. - Godot 4.2 - Vulkan (version compatible with Godot 4.2) + Some platforms may require that shared libraries be placed alongside the +source files, such as MSYS-2.0.dll. + Build -----