Skip to content

Commit 433cb94

Browse files
committedAug 4, 2015
doc: artiq git clone needs --recursive to fetch lwIP
1 parent ad7cbc4 commit 433cb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎doc/manual/installing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
190190
* Download and install ARTIQ: ::
191191

192192
$ cd ~/artiq-dev
193-
$ git clone https://github.com/m-labs/artiq
193+
$ git clone --recursive https://github.com/m-labs/artiq
194194
$ python3 setup.py develop --user
195195

196196
* Build and flash the bitstream and BIOS by running `from the MiSoC top-level directory`:
@@ -310,7 +310,7 @@ Installing the host-side software
310310
* Install ARTIQ: ::
311311

312312
$ cd ~/artiq-dev
313-
$ git clone https://github.com/m-labs/artiq # if not already done
313+
$ git clone --recursive https://github.com/m-labs/artiq # if not already done
314314
$ cd artiq
315315
$ python3 setup.py develop --user
316316

0 commit comments

Comments
 (0)
Please sign in to comment.