From c4ed5161dd01713866f7e00edf782ed0b0bd7e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Thu, 21 Apr 2022 15:46:41 +0200 Subject: [PATCH] better expplainnation for Source Setup. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.