Skip to content

Commit

Permalink
Add another required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nir9 authored Aug 27, 2023
1 parent 2140a32 commit 24c84a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24c84a0

Please sign in to comment.