Difference between revisions of "Homebrew"

From CSE231 Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
<code>/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code>
 
<code>/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code>
 +
 +
 +
==install graphviz==
 +
 +
<code>brew install graphviz</code>
  
 
==install opencv==
 
==install opencv==
Line 17: Line 22:
  
 
<clippy show="true">/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</clippy>
 
<clippy show="true">/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</clippy>
 +
<br>
 +
<clippy show="true">brew install graphviz</clippy>
 
<br>
 
<br>
 
<clippy show="true">brew doctor</clippy>
 
<clippy show="true">brew doctor</clippy>

Revision as of 22:19, 10 February 2017

Homebrew is a package manager that allows you to install software. To install Homebrew, follow these Terminal command line instructions:

install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


install graphviz

brew install graphviz

install opencv

brew doctor

brew tap homebrew/science

brew install opencv3 --with-java --with-contrib


lines repeated for copying to clipboard

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install graphviz
brew doctor
brew tap homebrew/science
brew install opencv3 --with-java --with-contrib