Correction of the compilation to automatically get the submodules

This commit is contained in:
Baudouin Chauviere 2018-11-08 15:56:22 -07:00
parent fbaa52544c
commit ebc4629946
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ MacOS compilation
Clone the [OpenFPGA git repository:](https://github.com/LNIS-Projects/OpenFPGA)
`git clone https://github.com/LNIS-Projects/OpenFPGA.git `
`git clone --recurse-submodules https://github.com/LNIS-Projects/OpenFPGA.git `
[//todo]: # (There is a submodule in the repository so move to the OpenFPGA directory and clone that too:)

View File

@ -5,7 +5,7 @@ Red Hat compilation
Clone the [OpenFPGA git repository:](https://github.com/LNIS-Projects/OpenFPGA)
`git clone https://github.com/LNIS-Projects/OpenFPGA.git `
`git clone --recurse-submodules https://github.com/LNIS-Projects/OpenFPGA.git `
[//todo]: # (There is a submodule in the repository so move to the OpenFPGA directory and clone that too:)

View File

@ -5,7 +5,7 @@ Ubuntu compilation
Clone the [OpenFPGA git repository:](https://github.com/LNIS-Projects/OpenFPGA)
`git clone https://github.com/LNIS-Projects/OpenFPGA.git `
`git clone --recurse-submodules https://github.com/LNIS-Projects/OpenFPGA.git `
[//todo]: # (There is a submodule in the repository so move to the OpenFPGA directory and clone that too:)