From 1871dfe97edd6d5a530525f2e290f46ad2d34d56 Mon Sep 17 00:00:00 2001 From: Claudio Gheller <cgheller@login01.m100.cineca.it> Date: Wed, 1 Feb 2023 15:44:07 +0100 Subject: [PATCH] comment added to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f632e6e..5075377 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ endif OPT += -DWRITE_IMAGE # perform w-stacking phase correction OPT += -DPHASE_ON -# Support CFITSIO +# Support CFITSIO !!! Remember to add the path to the CFITSIO library to LD_LIBRARY_PATH OPT += -DFITSIO # Perform true parallel images writing #OPT += -DPARALLELIO -- GitLab