Categories
OS

How to install Homebrew – Mac OS X

Before installing Homebrew you need a compiler, for this, first check this post: How to install Xcode 4.3.2 with Command Line Tools – Mac OS X And then simply run this in terminal: /usr/bin/ruby -e “$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)”

Categories
OS

How to install Xcode 4.3.2 with Command Line Tools – Mac OS X

In order to install Xcode 4.3.2 with Command Line Tools you have to register your Apple ID as a Developer (in that link you can create an Apple ID if you don’t have one). After getting that done, open the App Store and search for “xcode” then click install. You will be asked to sign […]