We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0c3da commit 5adda1cCopy full SHA for 5adda1c
doc/manual/installing_from_source.rst
@@ -48,12 +48,9 @@ and the ARTIQ kernels.
48
* Install LLVM and Clang: ::
49
50
$ cd ~/artiq-dev
51
- $ git clone https://github.com/m-labs/llvm-or1k
52
- $ git checkout artiq-3.8
53
- $ cd llvm-or1k/tools
54
- $ git clone https://github.com/m-labs/clang-or1k clang
55
56
- $ cd ..
+ $ git clone -b artiq-3.8 https://github.com/m-labs/llvm-or1k
+ $ cd llvm-or1k
+ $ git clone -b artiq-3.8 https://github.com/m-labs/clang-or1k tools/clang
57
58
$ mkdir build
59
$ cd build
0 commit comments