Skip to content

Instantly share code, notes, and snippets.

@martinseener
Forked from brenes/gist:bfaf3aad4d456e9063a0
Created January 5, 2016 14:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Installing ruby stuff on Debian Jessie
* First: Install libxml2 through RVM
rvm pkg install libxml2
* Then: Configure libxml in bundle
bundle config build.libxml-ruby \
--with-xml2-lib=${HOME}/.rvm/usr/lib \
--with-xml2-include=${HOME}/.rvm/usr/include/libxml2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment