forked from M-Labs/artiq
doc/installing_from_source: update/fix (closes #516)
This commit is contained in:
parent
209934485f
commit
06bb1a2774
|
@ -28,7 +28,7 @@ and the ARTIQ kernels.
|
|||
$ cd ~/artiq-dev
|
||||
$ wget https://ftp.gnu.org/gnu/binutils/binutils-2.26.tar.bz2
|
||||
$ tar xvf binutils-2.26.tar.bz2
|
||||
$ rm binutils-2.26.tar.bz2
|
||||
$ cd binutils-2.26
|
||||
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
|
@ -96,6 +96,13 @@ These steps are required to generate gateware bitstream (``.bit``) files, build
|
|||
|
||||
* :ref:`Download and install OpenOCD <install-openocd>`.
|
||||
|
||||
* Download and install ``asyncserial``: ::
|
||||
|
||||
$ cd ~/artiq-dev
|
||||
$ git clone https://www.github.com/m-labs/asyncserial
|
||||
$ cd asyncserial
|
||||
$ python3.5 setup.py develop --user
|
||||
|
||||
* Download and install MiSoC: ::
|
||||
|
||||
$ cd ~/artiq-dev
|
||||
|
@ -103,6 +110,13 @@ These steps are required to generate gateware bitstream (``.bit``) files, build
|
|||
$ cd misoc
|
||||
$ python3.5 setup.py develop --user
|
||||
|
||||
* Download and install ``pythonparser``: ::
|
||||
|
||||
$ cd ~/artiq-dev
|
||||
$ git clone https://www.github.com/m-labs/pythonparser
|
||||
$ cd pythonparser
|
||||
$ python3.5 setup.py develop --user
|
||||
|
||||
* Download and install ARTIQ: ::
|
||||
|
||||
$ cd ~/artiq-dev
|
||||
|
@ -170,7 +184,7 @@ Installing the host-side software
|
|||
$ cd ~/artiq-dev
|
||||
$ git clone https://github.com/m-labs/llvmlite
|
||||
$ cd llvmlite
|
||||
$ git checkout artiq
|
||||
$ git checkout artiq-3.8
|
||||
$ LLVM_CONFIG=/usr/local/llvm-or1k/bin/llvm-config python3.5 setup.py install --user
|
||||
|
||||
* Install ARTIQ: ::
|
||||
|
|
Loading…
Reference in New Issue