From d0dd719527a928d43ce7eb5c9e5a7f0f8e4058fe Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 2 Jan 2025 21:47:16 +0100 Subject: [PATCH] configure: Suggest to install liblopsub-dev. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e90ae5d..efb96a3b 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,8 @@ AC_CHECK_LIB([lopsub], [lls_merge], [], [HAVE_LOPSUB=no]) if test $HAVE_LOPSUB = no; then AC_MSG_ERROR([ The lopsub library is required to build this software, but the above checks indicate it is not installed on your system. - Run the following command to download a copy. + On Debian/Ubuntu systems you may install the liblopsub-dev package. + Alternatively, run the following command to download a copy. git clone https://git.tuebingen.mpg.de/lopsub.git Install the library, then run this configure script again. ]) -- 2.39.5