mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
Makefile doc cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
054f3c8120
commit
4a2daa3c55
@ -1,8 +1,8 @@
|
||||
#**********************************************************************
|
||||
##
|
||||
## ImageGrid.Viewer Makefile...
|
||||
## ImageGrid.Viewer Makefile
|
||||
##
|
||||
##
|
||||
#
|
||||
# Make dependencies that need to be installed (make check):
|
||||
# - make basics
|
||||
# - bash
|
||||
@ -82,8 +82,6 @@
|
||||
##
|
||||
## NOTE: when setting variables avoid using spaces and other characters
|
||||
## make can get fussy about...
|
||||
## NOTE: to do a repack build call:
|
||||
## (export BUILD_MODE=repack && make)
|
||||
# NOTE: in most cases we do not add a "/" to target dirs to destinguish
|
||||
# them from target files except for one case:
|
||||
# $(BUILD_DIR)/$(APP_NAME)-%/
|
||||
@ -117,7 +115,7 @@
|
||||
## # build in repack mode...
|
||||
## $$ BUILD_MODE=repack make dist
|
||||
##
|
||||
## # build for darwin... (EXPERIMENTAL)
|
||||
## # build for darwin/macOS... (EXPERIMENTAL)
|
||||
## $$ TARGET_OS=darwin make clean dist
|
||||
##
|
||||
## # run with Devtools started...
|
||||
@ -126,8 +124,6 @@
|
||||
## # force show the main window...
|
||||
## $$ IMAGEGRID_FORCE_SHOW=1 make run
|
||||
##
|
||||
##
|
||||
##
|
||||
#
|
||||
#
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
|
||||
ImageGrid.Viewer Makefile...
|
||||
ImageGrid.Viewer Makefile
|
||||
|
||||
|
||||
To check for buld/development dependencies that make can't install itself:
|
||||
$ make check
|
||||
@ -46,8 +47,6 @@ Variables to help with troubleshooting:
|
||||
|
||||
NOTE: when setting variables avoid using spaces and other characters
|
||||
make can get fussy about...
|
||||
NOTE: to do a repack build call:
|
||||
(export BUILD_MODE=repack && make)
|
||||
NOTE: cross compilation is at this time not supported, if you try it
|
||||
and it works then 1) you got very lucky and 2) tell me about it =)
|
||||
...at least the node native packages (sharp) will likely either
|
||||
@ -76,7 +75,7 @@ Examples:
|
||||
# build in repack mode...
|
||||
$ BUILD_MODE=repack make dist
|
||||
|
||||
# build for darwin... (EXPERIMENTAL)
|
||||
# build for darwin/macOS... (EXPERIMENTAL)
|
||||
$ TARGET_OS=darwin make clean dist
|
||||
|
||||
# run with Devtools started...
|
||||
@ -86,8 +85,6 @@ Examples:
|
||||
$ IMAGEGRID_FORCE_SHOW=1 make run
|
||||
|
||||
|
||||
|
||||
|
||||
Help and info:
|
||||
help: Print make target help and exit
|
||||
version: Print version and exit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user