README: Remove references to "make axtls", it's no longer needed.

Since 0be2ea50e9 axtls is automatically built
as part of the usual "make" build process.
pull/4307/head
Damien George 2018-11-15 14:48:17 +11:00
rodzic d94aa577a6
commit 51482ba925
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -76,7 +76,6 @@ To build (see section below for required dependencies):
$ git submodule update --init
$ cd ports/unix
$ make axtls
$ make
Then to give it a try:

Wyświetl plik

@ -50,7 +50,6 @@ $ make -C mpy-cross
Then, to build MicroPython for the ESP8266, just run:
```bash
$ cd ports/esp8266
$ make axtls
$ make
```
This will produce binary images in the `build/` subdirectory. If you install