Minor changes to README.

This commit is contained in:
Nils Hölscher 2022-04-21 12:50:23 +02:00
parent 01c6416817
commit 6772180507
1 changed files with 19 additions and 0 deletions

View File

@ -22,6 +22,25 @@ If you prefer to work from Linux or Mac OS X, check the Dockerfile for dependenc
Also make sure to have a LLVM13 install.
### VS Code Setup
1.) Install VS Code on your Distribution or get it from Microsoft.
<https://code.visualstudio.com/>
2.) I recommend you install the following extensions in vs code
clangd,
Clang-Format,
CodeLLDB,
Docker and
Remote Development
For a general C/C++ setup of VS Code (I consider good) see:
<https://ahemery.dev/2020/08/24/c-cpp-vscode/>
Most parts can be skipped, as they are already integrated in this Repo.
### Installing LLVM 13 on Mac OS X
On Darwin you can install LLVM 13 with [Homebrew](https://brew.sh/):