MacOs下安装libxml2
摘要:
原文地址:http://jamesclarke.net/notes/libxml2先去下载libxml,地址:ftp://xmlsoft.org/libxml2/解压,然后Installinglibxml2$ ./configure --with-python=/System/Library/Frameworks/Python.framework/Versions/2.3/$ make$ sudo make installThis will install libxml2 to/usr/local. 阅读全文