Skip to content

Instantly share code, notes, and snippets.

@brenes
Created November 25, 2014 08:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brenes/bfaf3aad4d456e9063a0 to your computer and use it in GitHub Desktop.
Save brenes/bfaf3aad4d456e9063a0 to your computer and use it in GitHub Desktop.
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