From 5e08256849695ef7135f85e31a27ce9f02f9fc2d Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 12 Jun 2015 07:41:19 +1000 Subject: [PATCH] Add note about building esp-open-sdk with STANDALONE=n (thanks vic on esp8266.com for pointing this out) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63300ae..3e6d0fc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Similar to, but substantially different from, the [Espressif IOT RTOS SDK](https ## Quick Start -* Install [esp-open-sdk](https://github.com/pfalcon/esp-open-sdk/) and make the toolchain available on your PATH. (Despite the similar name esp-open-sdk has different maintainers - but we think it's fantastic!) +* Install [esp-open-sdk](https://github.com/pfalcon/esp-open-sdk/), build it with `make STANDALONE=n`, then edit your PATH and add the generated toolchain `bin` directory. (Despite the similar name esp-open-sdk has different maintainers - but we think it's fantastic!) (Other toolchains will also work, as long as a gcc cross-compiler is available on the PATH. The proprietary Tensilica "xcc" compiler will probably not work.)