From 24c84a0d845b75a0fa7bc90c48696e8690d0e7f0 Mon Sep 17 00:00:00 2001 From: Nir Lichtman Date: Sun, 27 Aug 2023 10:15:25 +0300 Subject: [PATCH] Add another required dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9239ddf..945f4c5 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ dll because it will be loaded into each process address space. COMPILING ========= -dwm-win32 requires [zig](https://ziglang.org/) to compile. Source code for dwm-win32 is written in C and uses `zig cc` to compile C to native code. +dwm-win32 requires [zig](https://ziglang.org/) and [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) (You can use the Visual Studio Installer to download only headless build tools without the full IDE) to compile. Source code for dwm-win32 is written in C and uses `zig cc` to compile C to native code. You can install the compiler by using [scoop](https://scoop.sh) as `scoop install zig`. ```cmd