• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Installing libxml2 2.7.8 on Mac OS X LeopardEdit

Created 2/17/2011, updated 3/12/2020
$ wget ftp://xmlsoft.org/libxml2/LATEST_LIBXML2
$ tar xzvf LATEST_LIBXML2
$ cd libxml2-2.7.8
$ ./configure
$ make
$ make check
$ sudo make install
  • libxml2
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).