Since manual pages can be generated on all systems
(Linux, Mac, Windows(MSYS)), move this step to a separate section.
Signed-off-by: Igor Opaniuk <igor.opaniuk@oss.qualcomm.com>
In [1] the git package is listed as a required package, add it to
the build instructions for Windows.
[1] commit 09a4f034b0 ("github: Get --version working for Windows build")
Signed-off-by: Igor Opaniuk <igor.opaniuk@oss.qualcomm.com>
Document the three new mechanisms for providing multiple Sahara images
to QDL, in order to handle targets that needs to download multiple
images in order to enter Firehose mode.
Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
* Makefile: `make manpages` generates the manpages.
* Makefile: `make clean` purges the generated manpages.
* .gitignore: Add generated manpages files.
* README.md: Add description how to make manpages for Linux.
Signed-off-by: Roger Shimizu <rosh@debian.org>
Mac users use Homebrew or MacPorts to get their "unix" tools.
Add instructions to build on MacPorts users.
Signed-off-by: Amit Kucheria <amit.kucheria@oss.qualcomm.com>
Install "base-devel" package as well, which provides diff/cmp/make
tools.
Suggest to use "make" instead of "mingw32-make".
Signed-off-by: Igor Opaniuk <igor.opaniuk@oss.qualcomm.com>
Convert the existing README to Markdown format and expand it with build
instructions and usage examples.
Signed-off-by: Igor Opaniuk <igor.opaniuk@oss.qualcomm.com>