Difference between revisions of "Homebrew"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
− | repeated for | + | ==repeated lines for copying to clipboard== |
<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 doctor</clippy> | <clippy show="true">brew doctor</clippy> | ||
− | + | <br> | |
<clippy show="true">brew tap homebrew/science</clippy> | <clippy show="true">brew tap homebrew/science</clippy> | ||
− | + | <br> | |
<clippy show="true">brew install opencv3 --with-java --with-contrib</clippy> | <clippy show="true">brew install opencv3 --with-java --with-contrib</clippy> |
Revision as of 22:14, 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 opencv
brew doctor
brew tap homebrew/science
brew install opencv3 --with-java --with-contrib
repeated lines for copying to clipboard
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap homebrew/science
brew install opencv3 --with-java --with-contrib