refer to build script in readme
This commit is contained in:
parent
16af74132a
commit
9464cb772b
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ Firmware for `Espressif` boards can be built in two different ways. These are di
|
|||
|
||||
#### Compiling with cmake
|
||||
|
||||
Beginning with version 1.15, `micropython` switched to `cmake` on the ESP32 port. If your operating system supports `CMake > 3.12`, you can follow the step in this section. Otherwise, you should skip to the [next one](#compiling-with-make), where the old, `make`-based approach is discussed.
|
||||
Beginning with version 1.15, `micropython` switched to `cmake` on the ESP32 port. If your operating system supports `CMake > 3.12`, you can either simply download, and run the single [build script](https://github.com/v923z/micropython-ulab/blob/master/build/esp32-cmake.sh), or follow the step in this section. Otherwise, you should skip to the [next one](#compiling-with-make), where the old, `make`-based approach is discussed.
|
||||
|
||||
In case you encounter difficulties during the build process, you can consult the (general instructions for the ESP32)[https://github.com/micropython/micropython/tree/master/ports/esp32#micropython-port-to-the-esp32].
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue