Skip to content
Snippets Groups Projects
Commit 56845b6a authored by Damien George's avatar Damien George
Browse files

esp8266/README: Describe how to build mpy-cross.

parent db80c0ed
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,12 @@ $ git submodule update --init ...@@ -39,6 +39,12 @@ $ git submodule update --init
See the README in the repository root for more information about external See the README in the repository root for more information about external
dependencies. dependencies.
The MicroPython cross-compiler must be built to pre-compile some of the
built-in scripts to bytecode. This can be done using:
```bash
$ make -C mpy-cross
```
Then, to build MicroPython for the ESP8266, just run: Then, to build MicroPython for the ESP8266, just run:
```bash ```bash
$ cd esp8266 $ cd esp8266
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment