diff options
| author | Fuwn <[email protected]> | 2024-01-23 20:22:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-23 20:22:11 -0800 |
| commit | c68dfeae4fb0008ead5bf802aa0d46fe6740f0fe (patch) | |
| tree | 20821278bb35b52f7754b5c27929708ffb55add3 | |
| parent | build(ninja): use CC from environment if available (diff) | |
| download | seiwm-c68dfeae4fb0008ead5bf802aa0d46fe6740f0fe.tar.xz seiwm-c68dfeae4fb0008ead5bf802aa0d46fe6740f0fe.zip | |
docs(readme): update zig cc instructions
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -31,9 +31,8 @@ makepkg -si - Use [Compfy](https://github.com/allusive-dev/compfy) for X11 compositing for "transparency, background blurring, rounded corners, animations and way more!" -- Install and specify [Zig](https://ziglang.org/) as `CC` inside of - [`rules.ninja`](https://github.com/Fuwn/seiwm/blob/master/rules.ninja#L42) for - improved memory allocation efficiency and runtime speed: `CC = zig cc` +- Install and specify [Zig](https://ziglang.org/) as `CC` for improved memory + allocation efficiency and runtime speed: `CC="zig cc" sudo ninja install` ## Sei Specific Fixes & Patches |