Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
a243e290
Commit
a243e290
authored
Apr 23, 2017
by
Arnim Läuger
Committed by
GitHub
Apr 23, 2017
Browse files
Add note about required make version.
parent
9cca3876
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/en/build.md
View file @
a243e290
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment