aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2023-10-16 16:18:36 +0200
committerIsaac Freund <mail@isaacfreund.com>2023-10-16 16:27:03 +0200
commit2e586c706125442b044a3ab329135c859fba956f (patch)
tree163c8061b8e14a3762846de07115e8e2327572be /README.md
parent7f30c655c75568ae331ed0243578d91870f3f9c6 (diff)
downloadriver-2e586c706125442b044a3ab329135c859fba956f.tar.gz
river-2e586c706125442b044a3ab329135c859fba956f.tar.xz
build: update to Zig 0.11.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3515903..618cf7d 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ To compile river first ensure that you have the following dependencies
installed. The "development" versions are required if applicable to your
distribution.
-- [zig](https://ziglang.org/download/) 0.10
+- [zig](https://ziglang.org/download/) 0.11
- wayland
- wayland-protocols
- [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots) 0.16
@@ -47,7 +47,7 @@ distribution.
Then run, for example:
```
-zig build -Drelease-safe --prefix ~/.local install
+zig build -Doptimize=ReleaseSafe --prefix ~/.local install
```
To enable experimental Xwayland support pass the `-Dxwayland` option as well.