Guest User

Untitled

a guest
Mar 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. brew install libxml2
  2.  
  3. # If installing directly
  4.  
  5. gem install nokogiri -- --use-system-libraries \
  6. --with-xml2-include=$(brew --prefix libxml2)/include/libxml2
  7.  
  8. # If using Bundle
  9.  
  10. bundle config build.nokogiri --use-system-libraries \
  11. --with-xml2-include=$(brew --prefix libxml2)/include/libxml2
  12. bundle install
Add Comment
Please, Sign In to add comment