From fc96e5df31d5009609a2468d6cf1761c1fcb6488 Mon Sep 17 00:00:00 2001 From: Thomas Gourley <30571257+toastom@users.noreply.github.com> Date: Sun, 7 Aug 2022 14:22:51 -0400 Subject: [PATCH] Updated README with required node.js version (#48) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfec837..2dfc037 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ For a history on how this simulator started and the challenges on its way visit - 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 On Ubuntu/Debian install the following packages: