comment about common error "glyphs.map" in old nodejs (#1142)

This commit is contained in:
Yehoshua Pesach Wallach 2022-05-18 17:14:58 +03:00 committed by GitHub
parent 6171c9d45d
commit 34506be06e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ To build this project, you'll need:
- A reasonably recent version of CMake (I use 3.16.5) - A reasonably recent version of CMake (I use 3.16.5)
- lv_font_conv, to generate the font .c files - lv_font_conv, to generate the font .c files
- see [lv_font_conv](https://github.com/lvgl/lv_font_conv#install-the-script) - 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` - install lv_font_conv: `npm install lv_font_conv`
## Build steps ## Build steps