diff --git a/README.md b/README.md index b6ddf783c89ff5db4be3f2b3b00d2fd12944be92..ae3c8f2797792624a7678efcdc03f827a8487ea5 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