Procházet zdrojové kódy

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

Paul Sokolovsky před 9 roky
rodič
revize
e32ff68594
1 změnil soubory, kde provedl 11 přidání a 4 odebrání
  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.
     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.