Correction of the compilation to automatically get the submodules
This commit is contained in:
parent
fbaa52544c
commit
ebc4629946
|
@ -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:)
|
||||
|
||||
|
|
|
@ -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:)
|
||||
|
||||
|
|
|
@ -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:)
|
||||
|
||||
|
|
Loading…
Reference in New Issue