Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Nimaoth/zwtwm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jul 18, 2021
2 parents ad9df39 + 2de972d commit c6baa63
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 @@ -8,7 +8,7 @@ ZigWindowsTilingWindowManager: Tiling window manager for windows, inspired by dw
## Building yourself
1. Clone the repository using `git clone --recurse-submodules https://github.com/Nimaoth/zwtwm.git`
2. Install zig. I developed using zig version `0.8.0-dev.1140+9270aae07`, might not build with other versions.
3. For a release build (logs to file instead of console, ReleaseFast configuration), run `zig build --prefix dist -Dshipping`
3. For a release build (logs to file instead of console, ReleaseFast configuration), run `zig build --prefix dist -Drelease`
4. For a debug build (logs to the console, Debug configuration), run `zig build --prefix dist`
5. Use files in `<zwtwm-repository>/dist/bin`

Expand Down

0 comments on commit c6baa63

Please sign in to comment.