cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-13 15:12:37 +03:00
parent 323e1a9277
commit 3dbe0430e3

View File

@ -5,7 +5,7 @@
# #
# Make dependencies that need to be installed (make check): # Make dependencies that need to be installed (make check):
# - General # - General
# - bash or similar shell # - bash
# - git # - git
# - nodejs / npm # - nodejs / npm
# also nodejs-legacy seems to be required by some code... # also nodejs-legacy seems to be required by some code...
@ -17,9 +17,11 @@
# a patched version of 3.0... # a patched version of 3.0...
# for more info and patch see: # for more info and patch see:
# https://goo.gl/csQmQo # https://goo.gl/csQmQo
# - sed
# - grep / fgrep
# - printf
# - Windows # - Windows
# - MSVS -- to build native node modules (sharp) # - MSVS -- to build native node modules (sharp)
# - WiX -- to build the .msi installer (XXX ???)
# - Linux # - Linux
# - macOS # - macOS
# - iOS # - iOS