forked from qt-creator/qt-creator
README.md: Update Clang repository URLs
Change-Id: I5112052032e128144b346fac49076a458647f7db Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -242,14 +242,14 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
|
|||||||
|
|
||||||
1. Clone LLVM and switch to a suitable branch
|
1. Clone LLVM and switch to a suitable branch
|
||||||
|
|
||||||
git clone http://llvm.org/git/llvm.git
|
git clone https://git.llvm.org/git/llvm.git/
|
||||||
cd llvm
|
cd llvm
|
||||||
git checkout release_39
|
git checkout release_39
|
||||||
|
|
||||||
2. Clone Clang into llvm/tools/clang and switch to a suitable branch
|
2. Clone Clang into llvm/tools/clang and switch to a suitable branch
|
||||||
|
|
||||||
cd tools
|
cd tools
|
||||||
git clone http://llvm.org/git/clang.git
|
git clone https://git.llvm.org/git/clang.git/
|
||||||
cd clang
|
cd clang
|
||||||
git checkout release_39
|
git checkout release_39
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user