BUILD_MD: Add instruction to clone repository as first step
Adds git clone step to BUILD.md, to ensure that the submodule step is not missed
This commit is contained in:
parent
e55057ad5d
commit
adf40ae606
8
BUILD.md
8
BUILD.md
@ -1,5 +1,13 @@
|
||||
# Building ArduPilot #
|
||||
|
||||
## Get the Source
|
||||
|
||||
Clone the project from GitHub:
|
||||
```sh
|
||||
git clone --recursive https://github.com/ArduPilot/ardupilot.git
|
||||
cd ardupilot
|
||||
```
|
||||
|
||||
Ardupilot is gradually moving from the make-based build system to
|
||||
[Waf](https://waf.io/). The instructions below should be enough for you to
|
||||
build Ardupilot, but you can also read more about the build system in the
|
||||
|
Loading…
Reference in New Issue
Block a user