Skip to content

Commit

Permalink
doc: update installing_from_source for LLVM 3.9 transitionl
Browse files Browse the repository at this point in the history
whitequark committed Nov 18, 2016
1 parent c7844d5 commit 2015fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/installing_from_source.rst
Original file line number Diff line number Diff line change
@@ -48,9 +48,9 @@ and the ARTIQ kernels.
* Install LLVM and Clang: ::

$ cd ~/artiq-dev
$ git clone -b artiq-3.8 https://github.com/m-labs/llvm-or1k
$ git clone -b artiq-3.9 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
$ git clone -b artiq-3.9 https://github.com/m-labs/clang-or1k tools/clang

$ mkdir build
$ cd build

0 comments on commit 2015fe9

Please sign in to comment.