From 620939669dd984285e37e69404c2d6a2f252bb6e Mon Sep 17 00:00:00 2001 From: Elnath Date: Sun, 18 May 2025 19:56:01 +0200 Subject: [PATCH] Mention additional dependencies in README. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bdfa4b..3f91c3b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # BDB (Bad Debugger) -Small project to learn how debuggers work by playing around with `ptrace()` \ No newline at end of file +Small project to learn how debuggers work by playing around with `ptrace()` + +## Additional dependencies +The build script creates example assembly and C programs to debug. For that it needs `nasm`, `gcc` and `ld` installed. +Everything else should be handled by cargo.