Skip to content

Commit

Permalink
Specify llvm branch in readme (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendlyChicken authored Jun 7, 2021
1 parent 73da2e7 commit be69d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Building this requires [CMake 3.13 or later](https://cmake.org/download/) as wel

To succesfully build `libClangSharp` you must first build Clang (https://clang.llvm.org/get_started.html). The process done on Windows is roughly:
```cmd
git clone https://github.com/llvm/llvm-project
git clone --single-branch --branch llvmorg-12.0.0 https://github.com/llvm/llvm-project
cd llvm-project
mkdir artifacts/bin
cd artifacts/bin
Expand Down

0 comments on commit be69d0b

Please sign in to comment.