From a1a9a4d4814927b60d4ba43468211fd16bfc2582 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 3 Feb 2022 13:22:59 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/Makefile | 2 ++ Viewer/doc/NOTES | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Viewer/Makefile b/Viewer/Makefile index 80d62c0a..52dcaf77 100755 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -29,7 +29,9 @@ # - Windows # - MSVS -- to build native node modules (sharp) (optional?) # - Linux +# - basic gcc toolchain (g++ for sharp) # - macOS +# ??? # - iOS # - Android # - web diff --git a/Viewer/doc/NOTES b/Viewer/doc/NOTES index f662e708..32e356bb 100755 --- a/Viewer/doc/NOTES +++ b/Viewer/doc/NOTES @@ -3,7 +3,7 @@ Version numbers =============== The app version number is automatically synced between package.json (primary) -and version.js. All version changes should be made in the former. +and version.js, all version changes should be made in the former. Debugging startup errors