|
@@ -98,16 +98,23 @@ The project can be built in two modes:
|
|
to a newer vendor IoT SDK releases.
|
|
to a newer vendor IoT SDK releases.
|
|
2. Abide by licensing terms of the vendor IoT SDK.
|
|
2. Abide by licensing terms of the vendor IoT SDK.
|
|
|
|
|
|
-To build the separated SDK:
|
|
|
|
|
|
+To build the self-contained, standalone toolchain+SDK:
|
|
|
|
|
|
```
|
|
```
|
|
-$ make STANDALONE=n
|
|
|
|
|
|
+$ make STANDALONE=y
|
|
```
|
|
```
|
|
|
|
|
|
-To build the standalone SDK:
|
|
|
|
|
|
+This is the default choice which most people are looking for, so just the
|
|
|
|
+following is enough:
|
|
|
|
|
|
```
|
|
```
|
|
-$ make STANDALONE=y
|
|
|
|
|
|
+$ make
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+To build the bare Xtensa toolchain and leave ESP8266 SDK separate:
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+$ make STANDALONE=n
|
|
```
|
|
```
|
|
|
|
|
|
This will download all necessary components and compile them.
|
|
This will download all necessary components and compile them.
|