doc: artiq git clone needs --recursive to fetch lwIP

This commit is contained in:
Sebastien Bourdeauducq 2015-08-04 17:00:48 +08:00
parent ad7cbc4394
commit 433cb948bc
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
* Download and install ARTIQ: :: * Download and install ARTIQ: ::
$ cd ~/artiq-dev $ cd ~/artiq-dev
$ git clone https://github.com/m-labs/artiq $ git clone --recursive https://github.com/m-labs/artiq
$ python3 setup.py develop --user $ python3 setup.py develop --user
* Build and flash the bitstream and BIOS by running `from the MiSoC top-level directory`: * Build and flash the bitstream and BIOS by running `from the MiSoC top-level directory`:
@ -310,7 +310,7 @@ Installing the host-side software
* Install ARTIQ: :: * Install ARTIQ: ::
$ cd ~/artiq-dev $ cd ~/artiq-dev
$ git clone https://github.com/m-labs/artiq # if not already done $ git clone --recursive https://github.com/m-labs/artiq # if not already done
$ cd artiq $ cd artiq
$ python3 setup.py develop --user $ python3 setup.py develop --user