Skip to content

Commit 19872cf

Browse files
authored
Add to the README more required dependencies (#69)
* Add another required dependency * Add Windows SDK as well
1 parent 2140a32 commit 19872cf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,12 @@ dll because it will be loaded into each process address space.
135135
COMPILING
136136
=========
137137

138-
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.
139-
You can install the compiler by using [scoop](https://scoop.sh) as `scoop install zig`.
138+
To compile, dwm-win32 requires:
139+
- [Visual Studio C/C++ Build Tools and Windows SDK](https://visualstudio.microsoft.com/downloads/) (You can use the Visual Studio Installer to download only headless c/c++ build tools and windows sdk without the full IDE)
140+
- [zig](https://ziglang.org/)
141+
142+
Source code for dwm-win32 is written in C and uses `zig cc` to compile C to native code.
143+
You can install the Zig compiler by using [scoop](https://scoop.sh) as `scoop install zig`.
140144

141145
```cmd
142146
build.cmd

0 commit comments

Comments
 (0)