Browse Source

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
zr-v5.1
Brian Demers 5 years ago committed by Peter Barker
parent
commit
adf40ae606
  1. 8
      BUILD.md

8
BUILD.md

@ -1,5 +1,13 @@ @@ -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…
Cancel
Save