Guest User

Untitled

a guest
Feb 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. wget ftp://xmlsoft.org/libxml2/libxml2-2.7.2.tar.gz
  2. wget ftp://xmlsoft.org/libxml2/libxslt-1.1.20.tar.gz
  3. ls
  4. tar xvzf libxslt-1.1.20.tar.gz
  5. tar xvzf libxml2-2.7.2.tar.gz
  6. cd libxslt-1.1.20
  7. ls
  8. ./configure; make; sudo make install
  9. ls
  10. cd ..
  11. cd libxml2-2.7.2
  12. ./configure; make; sudo make install
  13. cd ..
  14. cd /usr/local/lib
  15. ls
  16. cd ..
  17. cd
  18. cd installs/
  19. ls
  20. cd ..
  21. sudo gem install nokogiri -- --with-xml2-lib=/usr/local/lib --with-xml2-include=/usr/local/include/libxml2 --with-xslt-lib=/usr/local/lib --with-xslt-include=/usr/local/include
Add Comment
Please, Sign In to add comment