better expplainnation for Source Setup.

This commit is contained in:
Nils Hölscher 2022-04-21 15:46:41 +02:00
parent c9f529662d
commit c4ed5161dd
1 changed files with 7 additions and 0 deletions

View File

@ -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. If you prefer to work from Linux or Mac OS X, check the Dockerfile for dependencies.
Also make sure to have a LLVM13 install. 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 ### VS Code Setup
@ -94,6 +99,8 @@ cmake --build .
For more details read the [official For more details read the [official
documentation](https://llvm.org/docs/CMake.html). 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 ### Setting up Docker
1.) install docker and VS Code on your Distribution. 1.) install docker and VS Code on your Distribution.