[docs] remove outdated build instructions from CLI docs (#6615)

This commit is contained in:
Jonathan Hui
2021-05-12 11:48:45 -07:00
committed by GitHub
parent 2f637e99fd
commit 264cb88579
4 changed files with 0 additions and 49 deletions
-9
View File
@@ -4,15 +4,6 @@ The OpenThread CoAP APIs may be invoked via the OpenThread CLI.
## Quick Start
### Build with CoAP API support
Use the `COAP=1` build switch to enable CoAP API support.
```bash
> ./bootstrap
> make -f examples/Makefile-simulation COAP=1
```
### Form Network
Form a network with at least two devices.
-9
View File
@@ -4,15 +4,6 @@ The OpenThread CoAPS APIs may be invoked via the OpenThread CLI.
## Quick Start
### Build with CoAPS API support
Use the `COAPS=1` build switch to enable CoAPS API support.
```bash
> ./bootstrap
> make -f examples/Makefile-simulation COAPS=1
```
### Form Network
Form a network with at least two devices.
-18
View File
@@ -2,24 +2,6 @@
## Quick Start
### Build with Joiner support
Use the `JOINER=1` build switch to enable Joiner support.
```bash
> ./bootstrap
> make -f examples/Makefile-simulation JOINER=1
```
### Build with Commissioner support
Use the `COMMISSIONER=1` build switch to enable Commissioner support.
```bash
> ./bootstrap
> make -f examples/Makefile-simulation COMMISSIONER=1
```
### Form Network
Form a network with the device that has Commissioner support.
-13
View File
@@ -2,19 +2,6 @@
## Quick Start
### Build with SRP Server & Client support
Use the `SRP_SERVER=1 SERVICE=1 ECDSA=1` build switches to enable SRP Server API support, and the `SRP_CLIENT=1 ECDSA=1` build switches for SRP Client API support.
Make simulation SRP Server & Client:
```bash
./bootstrap
make -f examples/Makefile-simulation SRP_SERVER=1 SRP_CLIENT=1 SERVICE=1 ECDSA=1
```
## Simulation Example
### Start SRP Server
Start the SRP Server node: