From af96ce63af7a8a2d80b8b89581ef773cbc610516 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 29 Oct 2021 12:06:16 +0300 Subject: [PATCH] configure: Mention that people may need to install afdko using pip. --- configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index ac2a16f2..d7f757e7 100755 --- a/configure.sh +++ b/configure.sh @@ -53,7 +53,8 @@ dependency_afdko() { AFDKO_VERB=afdko else err "Couldn't find 'afdko'. Install it and make sure that 'makeotf' is in your PATH or 'afdko makeotf' works." - MISSING_DEPENDENCIES=1 + err "Some distributions don't package afdko correctly, you may need to 'pip install afdko'." + MISSING_DEPENDENCIES=1 fi }