File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ echo "#include $PKG_TEST_HEADER" | ${CXX} -E ${CPPFLAGS} ${PKG_CFLAGS} -xc++ - >
56
56
if [ $? -ne 0 ]; then
57
57
echo "--------------------------- [ANTICONF] --------------------------------"
58
58
echo "Configuration failed to find '$PKG_CONFIG_NAME' system library. Try installing:"
59
+ echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)"
60
+ echo " * brew: $PKG_BREW_NAME (MacOS)"
59
61
echo " * deb: $PKG_DEB_NAME (Debian, Ubuntu, etc)"
60
62
echo " * On Ubuntu 16.04 or 18.04 use this PPA:"
61
63
echo " sudo add-apt-repository -y ppa:cran/poppler"
62
64
echo " sudo apt-get update"
63
65
echo " sudo apt-get install -y libpoppler-cpp-dev"
64
- echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)"
65
- echo " * brew: $PKG_BREW_NAME (MacOS)"
66
66
echo "If $PKG_CONFIG_NAME is already installed, check that 'pkg-config' is in your"
67
67
echo "PATH and PKG_CONFIG_PATH contains a $PKG_CONFIG_NAME.pc file. If pkg-config"
68
68
echo "is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:"
You can’t perform that action at this time.
0 commit comments