minor tweaks + started documenting external hacks in a centralized manner...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-31 17:19:20 +03:00
parent 2a95e75a55
commit 98a46abf87
2 changed files with 35 additions and 4 deletions

View File

@ -4,8 +4,12 @@
##
#
# Make dependencies that need to be installed (make check):
# - General
# - make basics
# - bash
# - sed
# - grep / fgrep
# - printf
# - General
# - git
# - nodejs / npm
# also nodejs-legacy seems to be required by some code...
@ -17,9 +21,6 @@
# a patched version of 3.0...
# for more info and patch see:
# https://goo.gl/csQmQo
# - sed
# - grep / fgrep
# - printf
# - Windows
# - MSVS -- to build native node modules (sharp)
# - Linux
@ -349,6 +350,7 @@ help:
#**********************************************************************
### Dependency checking...
# XXX for some reason this fails with fgrep...
require(%):
@printf "%-20s %s\n" \
"$*" \

29
Viewer/doc/HACKS Normal file
View File

@ -0,0 +1,29 @@
Hacks and fixes
===============
20200830:
RequireJS + Electron v7+ mess up default .baseUrl
FIX:
- cfg/requirejs.js: added .baseUrl inferencing.
TODO:
- is this a bug or a feature and report as bug if needed
20200830:
Chrome messing up fullscreen colors unless a <video> tag is present.
FIX:
- data/blank.mp4: added
- index.html/electron.html: added <video> tag with data/blank.mp4 as source
TODO:
- document and post a bug report