Browse Source

README: Make it explicit that STANDALONE=y is the default choice.

Paul Sokolovsky 9 years ago
parent
commit
e32ff68594
1 changed files with 11 additions and 4 deletions
  1. 11 4
      README.md

+ 11 - 4
README.md

@@ -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.