From 433cb948bc367457a8e0134052424d92afda1773 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 4 Aug 2015 17:00:48 +0800 Subject: [PATCH] doc: artiq git clone needs --recursive to fetch lwIP --- doc/manual/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 3f04b043a..e36c3a750 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -190,7 +190,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC * Download and install ARTIQ: :: $ 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 * 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: :: $ 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 $ python3 setup.py develop --user