Skip to content

Commit

Permalink
Tweak order
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 15, 2022
1 parent 9e1a914 commit 7b997f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 7b997f8

Please sign in to comment.