README: Make it explicit that STANDALONE=y is the default choice.
This commit is contained in:
parent
b8694b40a7
commit
e32ff68594
21
README.md
21
README.md
@ -98,18 +98,25 @@ The project can be built in two modes:
|
||||
to a newer vendor IoT SDK releases.
|
||||
2. Abide by licensing terms of the vendor IoT SDK.
|
||||
|
||||
To build the separated SDK:
|
||||
|
||||
```
|
||||
$ make STANDALONE=n
|
||||
```
|
||||
|
||||
To build the standalone SDK:
|
||||
To build the self-contained, standalone toolchain+SDK:
|
||||
|
||||
```
|
||||
$ make STANDALONE=y
|
||||
```
|
||||
|
||||
This is the default choice which most people are looking for, so just the
|
||||
following is enough:
|
||||
|
||||
```
|
||||
$ make
|
||||
```
|
||||
|
||||
To build the bare Xtensa toolchain and leave ESP8266 SDK separate:
|
||||
|
||||
```
|
||||
$ make STANDALONE=n
|
||||
```
|
||||
|
||||
This will download all necessary components and compile them.
|
||||
|
||||
Using the toolchain
|
||||
|
||||
Loading…
Reference in New Issue
Block a user