You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In trying to follow the instructions given here for installing poppler on Centos 7, I receive the following error message: "bash: ./configure: No such file or directory".
I looked at the installation instructions on poppler's page, but it doesn't look like I can execute cmake ("bash: cmake: command not found ..."), and I'm not sure what the target for make should be.
I was trying to install poppler 0.71.0, which is the minimum version required in the following command:
> pdf_font_info <- pdf_data(pdf_file, font_info = TRUE)
Error in poppler_pdf_data(loadfile(pdf), font_info, opw, upw) :
pdf_data() requires poppler >= 0.71. You have 0.26.5
Any suggestions?
The text was updated successfully, but these errors were encountered:
In trying to follow the instructions given here for installing poppler on Centos 7, I receive the following error message: "bash: ./configure: No such file or directory".
I looked at the installation instructions on poppler's page, but it doesn't look like I can execute
cmake
("bash: cmake: command not found ..."), and I'm not sure what the target formake
should be.I was trying to install poppler 0.71.0, which is the minimum version required in the following command:
Any suggestions?
The text was updated successfully, but these errors were encountered: