mirror of https://github.com/ArduPilot/ardupilot
documentation: explain what a 'sketch' is.
This commit is contained in:
parent
a86ede4270
commit
9190db9717
|
@ -57,10 +57,10 @@ the instructions in the "Building using make" section.
|
|||
|
||||
## Building using make
|
||||
|
||||
1. Before you build the project for the first time, you'll need to
|
||||
run `make configure` from a sketch directory, for example
|
||||
`ardupilot/ArduCopter` . This will create an `ardupilot/config.mk`
|
||||
file. You can set some defaults in `ardupilot/config.mk`.
|
||||
1. Before you build the project for the first time, you'll need to run `make
|
||||
configure` from a sketch directory (i.e. ArduPlane, ArduCopter, etc...).
|
||||
This will create a `config.mk` file at the top level of the repository. You
|
||||
can set some defaults in `config.mk`
|
||||
|
||||
2. In the sketch directory, type `make` to build for
|
||||
APM2. Alternatively, `make apm1` will build for the APM1 and `make
|
||||
|
|
Loading…
Reference in New Issue