Commit a243e290 authored by Arnim Läuger's avatar Arnim Läuger Committed by GitHub
Browse files

Add note about required make version.

parent 9cca3876
......@@ -23,6 +23,10 @@ git clone --branch dev-esp32 --recurse-submodules https://github.com/nodemcu/nod
The `make` command initiates the build process, which will start with the configuration menu to set the build options.
!!! important
GNU make version 4.0 or higher is required for a successful build. Versions 3.8.2 and below will produce an incomplete firmware image.
Updating your clone from upstream needs an additional command to update the submodules as well:
```
git pull origin dev-esp32
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment