You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,12 @@ dll because it will be loaded into each process address space.
135
135
COMPILING
136
136
=========
137
137
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`.
0 commit comments