diff --git a/README.md b/README.md index eb0406f..2b87bd9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ Also check out the recommended extensions in the Docker section. If you prefer to work from Linux or Mac OS X, check the Dockerfile for dependencies. Also make sure to have a LLVM13 install. +And export your LLVM13 install to the `$LLVM_DIR` variable, with: + +```bash +export LLVM_DIR=path/to/LLVM13 +``` ### VS Code Setup @@ -94,6 +99,8 @@ cmake --build . For more details read the [official documentation](https://llvm.org/docs/CMake.html). +This will install all the required header files, libraries and tools in `your/llvm/build/path`. + ### Setting up Docker 1.) install docker and VS Code on your Distribution.