forked from M-Labs/artiq
Update installation instructions.
This commit is contained in:
parent
18f38e6242
commit
d0402243a0
|
@ -302,11 +302,8 @@ Installing the host-side software
|
|||
|
||||
$ cd ~/artiq-dev
|
||||
$ git clone https://github.com/m-labs/llvmlite
|
||||
$ git checkout backport-3.5
|
||||
$ git checkout artiq
|
||||
$ cd llvmlite
|
||||
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-add-all-targets.patch
|
||||
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-rename.patch
|
||||
$ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-build-as-debug-on-windows.patch
|
||||
$ LLVM_CONFIG=/usr/local/llvm-or1k/bin/llvm-config python3 setup.py install --user
|
||||
|
||||
* Install ARTIQ: ::
|
||||
|
|
Loading…
Reference in New Issue