Difference between revisions of "Homebrew"

From CSE231 Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
<code>brew doctor</code>
 
<code>brew doctor</code>
 
+
<br>
 
<code>brew tap homebrew/science</code>
 
<code>brew tap homebrew/science</code>
 
+
<br>
 
<code>brew install opencv3 --with-java --with-contrib</code>
 
<code>brew install opencv3 --with-java --with-contrib</code>

Revision as of 21:13, 10 February 2017

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

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

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



source: http://brew.sh

brew doctor
brew tap homebrew/science
brew install opencv3 --with-java --with-contrib