From e0c106d81eb1e7be0d11be09bac2094f3df491ae Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher <pyro4hell@gmail.com> Date: Mon, 11 Sep 2023 21:44:00 +0200 Subject: [PATCH] Update miminum node version to v14+ as lv_font_conv minimum The current readme of the `lv_font_conv` the minimum node.js version is v14+. Update our readme to mention that minimum version as well. https://github.com/lvgl/lv_font_conv#install-the-script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b59610..626cdb1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ git submodule update --init --recursive - SDL2 (provides the simulator window, handles mouse and keyboard input) - Compiler (g++ or clang++) - [lv_font_conv](https://github.com/lvgl/lv_font_conv#install-the-script) (for `font.c` generation since [InfiniTime#1097](https://github.com/InfiniTimeOrg/InfiniTime/pull/1097)) - - Note: requires Node.js v12.0.0 or later + - Note: requires Node.js v14.0.0 or later - [lv_img_conv](https://github.com/lvgl/lv_img_conv) (for `resource.zip` generation when `BUILD_RESOURCES=ON`, which is the default) - optional: `libpng`, see `-DWITH_PNG=ON` cmake setting below for more info