From c2bddd62e112e8e583cbfbdd11db9b363d16d16b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 5 Jan 2017 19:10:07 +0100 Subject: [PATCH] doc: fix llvmlite installation instructions --- doc/manual/installing_from_source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/installing_from_source.rst b/doc/manual/installing_from_source.rst index 8284dbd69..9db43a53b 100644 --- a/doc/manual/installing_from_source.rst +++ b/doc/manual/installing_from_source.rst @@ -210,7 +210,7 @@ Installing the host-side software $ cd ~/artiq-dev $ git clone https://github.com/m-labs/llvmlite $ cd llvmlite - $ git checkout artiq-3.8 + $ git checkout artiq-3.9 $ LLVM_CONFIG=/usr/local/llvm-or1k/bin/llvm-config python3.5 setup.py install --user * Install ARTIQ: ::