some cleanup + added more docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-09-15 15:27:56 +03:00
parent 29c23355eb
commit 280da1469a
2 changed files with 16 additions and 4 deletions

View File

@ -79,11 +79,17 @@
## # check if all dependencies are available... ## # check if all dependencies are available...
## make check ## make check
## ##
## # make development environment...
## make dev
##
## # full build... ## # full build...
## make clean dist ## make clean dist
## ##
## # build for darwin... (XXX needs testing) ## # build in repack mode...
## export TARGET_OS=darwin && make clean dist ## BUILD_MODE=repack make dist
##
## # build for darwin... (EXPERIMENTAL)
## TARGET_OS=darwin make clean dist
## ##
# #
# #

View File

@ -40,11 +40,17 @@ Examples:
# check if all dependencies are available... # check if all dependencies are available...
make check make check
# make development environment...
make dev
# full build... # full build...
make clean dist make clean dist
# build for darwin... (XXX needs testing) # build in repack mode...
export TARGET_OS=darwin && make clean dist BUILD_MODE=repack make dist
# build for darwin... (EXPERIMENTAL)
TARGET_OS=darwin make clean dist
Dependency checking: Dependency checking: