Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View nickjwebb's full-sized avatar

Nick Webb nickjwebb

View GitHub Profile
@nickjwebb
nickjwebb / install-gm-w-librvg.sh
Last active August 29, 2015 14:26 — forked from whyvez/install-gm-w-librvg.sh
Installs ImageMagick --with-librsvg on Amazon Linux
export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/pkgconfig
export PATH=/usr/bin:$PATH
export LDFLAGS=-L/usr/lib64:/usr/lib
export LD_LIBRARY_PATH=/usr/lib64:/usr/lib
export CPPFLAGS=-I/usr/include
sudo gem install fpm
sudo yum-config-manager --enable epel
#sudo yum update -y