forked from M-Labs/artiq
doc: cleanup git checkout instructions (see #542)
This commit is contained in:
parent
9a0c3dae93
commit
5adda1c4c8
|
@ -48,12 +48,9 @@ and the ARTIQ kernels.
|
||||||
* Install LLVM and Clang: ::
|
* Install LLVM and Clang: ::
|
||||||
|
|
||||||
$ cd ~/artiq-dev
|
$ cd ~/artiq-dev
|
||||||
$ git clone https://github.com/m-labs/llvm-or1k
|
$ git clone -b artiq-3.8 https://github.com/m-labs/llvm-or1k
|
||||||
$ git checkout artiq-3.8
|
$ cd llvm-or1k
|
||||||
$ cd llvm-or1k/tools
|
$ git clone -b artiq-3.8 https://github.com/m-labs/clang-or1k tools/clang
|
||||||
$ git clone https://github.com/m-labs/clang-or1k clang
|
|
||||||
$ git checkout artiq-3.8
|
|
||||||
$ cd ..
|
|
||||||
|
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
|
|
Loading…
Reference in New Issue