Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created December 3, 2012 08:56
Show Gist options
  • Save manuelmorales/4193728 to your computer and use it in GitHub Desktop.
Save manuelmorales/4193728 to your computer and use it in GitHub Desktop.
Download and compile poppler
export POPPLER_VERSION="0.20.5"
wget http://poppler.freedesktop.org/poppler-$POPPLER_VERSION.tar.gz
tar xzvf poppler-$POPPLER_VERSION.tar.gz
cd poppler-$POPPLER_VERSION/
sudo apt-get install pkg-config libfontconfig1-dev
./configure && make
echo 'PATH=$HOME/poppler-'$POPPLER_VERSION'/utils:$PATH' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment