Skip to content

Instantly share code, notes, and snippets.

@martinseener
Forked from brenes/gist:bfaf3aad4d456e9063a0
Created January 5, 2016 14:08
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 martinseener/98d2690d48895be25d0f to your computer and use it in GitHub Desktop.
Save martinseener/98d2690d48895be25d0f 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