We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f38e6 commit d040224Copy full SHA for d040224
doc/manual/installing.rst
@@ -302,11 +302,8 @@ Installing the host-side software
302
303
$ cd ~/artiq-dev
304
$ git clone https://github.com/m-labs/llvmlite
305
- $ git checkout backport-3.5
+ $ git checkout artiq
306
$ cd llvmlite
307
- $ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-add-all-targets.patch
308
- $ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-rename.patch
309
- $ patch -p1 < ~/artiq-dev/artiq/misc/llvmlite-build-as-debug-on-windows.patch
310
$ LLVM_CONFIG=/usr/local/llvm-or1k/bin/llvm-config python3 setup.py install --user
311
312
* Install ARTIQ: ::
0 commit comments