Difference between revisions of "Installation mac mavericks os x"

From relax wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Install brew as 'linux' package manager ==
 
== Install brew as 'linux' package manager ==
You can [http://brew.sh/ read about brew here.]
+
You can [http://brew.sh/ read about brew here.]<br>
 +
In short, it is like a package manager for mac, where you will be able to get linux programs to mac.
 
<source lang="bash">
 
<source lang="bash">
 
  ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
 
  ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
 
</source>
 
</source>

Revision as of 17:29, 7 December 2013

Installation

Install brew as 'linux' package manager

You can read about brew here.
In short, it is like a package manager for mac, where you will be able to get linux programs to mac.

 ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"