From 8ba0292cd9299e415bc9c2c2a3307d61177f0cf5 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 20 Feb 2018 14:27:27 +0100 Subject: Necessary programs checked at configure time The mandatory and optional (for example downloader) dependencies are now checked at configure time so users can know what they may be missing before the processing starts. Since its recommended to be run in parallel, it can be hard to find what you are missing after running the pipeline. As part of these checks, the program to use for downloading is now also set at configure time, it is only used as a pre-defined (in `LOCAL.mk') variable during Make's processing. A small title was also added to discus the pipeline architecture that will be filled in the next commit. --- README | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index a322c17..919005b 100644 --- a/README +++ b/README @@ -97,16 +97,11 @@ Gnuastro, the version of the other programs will not make a difference. ----- This is a small program to manage file locks from the command-line. It is - available in most GNU/Linux distributions. + available in all GNU/Linux distributions. For those operating systems + that don't have it, an implementation that is easy to install is + available in the link below. - If you can't find it in your package manager or on some Mac OS systems, - please put a copy of `reproduce/src/flock' file into your search path - (this script needs Perl, so have that installed is well). To learn more - about the search path and where to install this file, please see the link - below. Before running this pipeline you should be able to run the `flock' - command on your command-line. - - https://www.gnu.org/software/gnuastro/manual/html_node/Installation-directory.html + https://github.com/discoteq/flock -- cgit v1.2.1