Category: Mac OS

VirtualBox Install El Capitan

I am very interesting to install Mac OS in my desktop computer using VirtualBox. I have created steps how to install Mac OS in VirtualBox. But, you need existing Mac OS to create bootable Mac OS. I want to install Mac El Capitan (10.11) in my VirtualBox. I dont have fast internet connection. So, I

Mac10.9 install libxml

When I try to install libxml in my Mac10.9 using pip or easy_install, I get error like below : clang: error: unknown argument: '-mno-fused-madd' I have solved (clang: error: unknown argument: ‘-mno-fused-madd’) this method by type this text in our console : export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments install libxml using command : sudo pip install lxml