Add note about required make version.

This commit is contained in:
Arnim Läuger 2017-04-23 17:43:10 +02:00 committed by GitHub
parent 9cca38767f
commit a243e290a9
1 changed files with 4 additions and 0 deletions

View File

@ -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