summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
diff options
context:
space:
mode:
authorYehoshua Pesach Wallach <yehoshuapw@users.noreply.github.com>2022-05-18 17:14:58 +0300
committerGitHub <noreply@github.com>2022-05-18 16:14:58 +0200
commit34506be06e66d2996afb7cd432535c15d0d3561f (patch)
tree1d9ac3717184f77319f6782255686e1c6ab3dd64 /doc/buildAndProgram.md
parent6171c9d45d61fa2cc12d5f3ec929c50b0c26fb0e (diff)
comment about common error "glyphs.map" in old nodejs (#1142)
Diffstat (limited to 'doc/buildAndProgram.md')
-rw-r--r--doc/buildAndProgram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 4d102f2f..683f539d 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -14,7 +14,7 @@ To build this project, you'll need:
- A reasonably recent version of CMake (I use 3.16.5)
- lv_font_conv, to generate the font .c files
- see [lv_font_conv](https://github.com/lvgl/lv_font_conv#install-the-script)
- - install npm (commonly done via the package manager)
+ - install npm (commonly done via the package manager, ensure node's version is at least 12)
- install lv_font_conv: `npm install lv_font_conv`
## Build steps