Difference between revisions of "Homebrew"

From CSE231 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
<code>brew doctor</code>
 
<code>brew doctor</code>
  
==install graphviz==
+
==install graphviz (optional)==
 
<code>brew install graphviz</code>
 
<code>brew install graphviz</code>
  

Revision as of 04:25, 2 November 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)"

check homebrew

brew doctor

install graphviz (optional)

brew install graphviz

install opencv

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 doctor
brew install graphviz
brew tap homebrew/science
brew install opencv3 --with-java --with-contrib