Skip to content

Instantly share code, notes, and snippets.

@ananyo2012
Last active October 4, 2017 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ananyo2012/7a3537026a28ce2a246c02153112fb39 to your computer and use it in GitHub Desktop.
Save ananyo2012/7a3537026a28ce2a246c02153112fb39 to your computer and use it in GitHub Desktop.
Install dependencies for Badgeyay in Fedora/CentOS
sudo -i
dnf install librsvg2 librsvg2-tools
dnf install gcc gcc-c++ libXrandr gtk2 libXtst libart_lgpl
wget http://mirror.centos.org/centos/6/os/x86_64/Packages/libgcj-4.4.7-18.el6.x86_64.rpm
wget https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk-2.02-1.el6.x86_64.rpm
rpm -ivh --nodeps libgcj-4.4.7-11.el6.x86_64.rpm
rpm -i pdftk-2.02-1.el6.x86_64.rpm
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment