-
-
Save martinseener/98d2690d48895be25d0f to your computer and use it in GitHub Desktop.
Installing ruby stuff on Debian Jessie
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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