-
-
Save achalbi/1d71e7b718f165419ca8ea6a9e715834 to your computer and use it in GitHub Desktop.
install last poppler to Amazon Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install fontconfig fontconfig-devel | |
wget http://downloads.sourceforge.net/project/openjpeg.mirror/1.5.0/openjpeg-1.5.0.tar.gz?r=&ts=1443868025&use_mirror=netcologne | |
tar -xvf openjpeg-1.5.0.tar.gz\?r\= | |
cd openjpeg-1.5.0 | |
./configure | |
make | |
sudo make install | |
cd .. | |
POPPLER='poppler-0.47.0' | |
wget https://poppler.freedesktop.org/$POPPLER.tar.xz | |
tar -xvf $POPPLER.tar.xz | |
cd $POPPLER | |
./configure | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment