Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save achalbi/1d71e7b718f165419ca8ea6a9e715834 to your computer and use it in GitHub Desktop.
Save achalbi/1d71e7b718f165419ca8ea6a9e715834 to your computer and use it in GitHub Desktop.
install last poppler to Amazon Linux
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