diff --git a/configure b/configure index e6b7b56..32aa36e 100755 --- a/configure +++ b/configure @@ -56,13 +56,13 @@ echo "#include $PKG_TEST_HEADER" | ${CXX} -E ${CPPFLAGS} ${PKG_CFLAGS} -xc++ - > if [ $? -ne 0 ]; then echo "--------------------------- [ANTICONF] --------------------------------" echo "Configuration failed to find '$PKG_CONFIG_NAME' system library. Try installing:" + echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)" + echo " * brew: $PKG_BREW_NAME (MacOS)" echo " * deb: $PKG_DEB_NAME (Debian, Ubuntu, etc)" echo " * On Ubuntu 16.04 or 18.04 use this PPA:" echo " sudo add-apt-repository -y ppa:cran/poppler" echo " sudo apt-get update" echo " sudo apt-get install -y libpoppler-cpp-dev" - echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)" - echo " * brew: $PKG_BREW_NAME (MacOS)" echo "If $PKG_CONFIG_NAME is already installed, check that 'pkg-config' is in your" echo "PATH and PKG_CONFIG_PATH contains a $PKG_CONFIG_NAME.pc file. If pkg-config" echo "is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:"