Skip to content
Snippets Groups Projects
Commit 5a6d187c authored by Houtan Bastani's avatar Houtan Bastani
Browse files

readme: use git clone option recursive to save users from needing to use submodue command

(cherry picked from commit 1667c42f)
parent e8e4e27a
No related branches found
No related tags found
No related merge requests found
...@@ -78,9 +78,8 @@ If you have downloaded the sources from an official source archive or the source ...@@ -78,9 +78,8 @@ If you have downloaded the sources from an official source archive or the source
If you want to use Git, do the following from a terminal: If you want to use Git, do the following from a terminal:
git clone http://github.com/DynareTeam/dynare.git git clone --recursive http://github.com/DynareTeam/dynare.git
cd dynare cd dynare
git submodule update --init
autoreconf -si autoreconf -si
The last line runs Autoconf and Automake in order to prepare the build environment (this is not necessary if you got the sources from an official source archive or the source snapshot). The last line runs Autoconf and Automake in order to prepare the build environment (this is not necessary if you got the sources from an official source archive or the source snapshot).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment