aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-14 11:27:55 +0200
committerHimbeer <himbeer@disroot.org>2024-05-14 11:27:55 +0200
commitce71d3114268c86ee26d8a899985a7f2eafa0d61 (patch)
treeb7dc2f9bce2c2ddecbccb830e03e1d7c9fdee3c6
parentc846921e1791f61520b4191525808124a6c0a799 (diff)
doc: Mention zig 0.12.0 build dependency
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 24f49b6..1963539 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ QEMU can be adapted to use this boot flow as well (the default is different).
## Building the kernel
+Required dependencies:
+
+* zig ^0.12.0
+
Making a debug build of this kernel is straightforward:
```