summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-16 18:04:31 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-16 18:04:31 +0100
commit5d9b6eb76830f05329d59dac924dcff6d5d5930b (patch)
tree00924cb15a08f73f35b111e8a479683ee86d97e4
parent4605efab1ce6260424a34b606bb390df1e972c9d (diff)
downloadtoy-debugger-5d9b6eb76830f05329d59dac924dcff6d5d5930b.tar.gz
Update readme file with install requirements
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b6ddf78..ae3c8f2 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,16 @@ https://github.com/user-attachments/assets/cf618ec7-44e0-4155-9869-e99337ce3f77
## Requirements
+> ![IMPORTANT]
+> You need to have `llvm` version 21 installed. You can install it with your
+> package manager. Include paths in `Makefile` are specific for this version
+> and have been tested on Void Linux and macOS.
+
```sh
+# Void Linux
sudo xbps-install -S lldb21-devel clang llvm llvm-devel
+# macOS
+brew install llvm
```
After you clone the repository build the debugger and a sample program with