Difference between revisions of "Homebrew"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
==install homebrew== | ==install homebrew== | ||
+ | <code>/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code> | ||
− | <code> | + | ==check homebrew== |
+ | <code>brew doctor</code> | ||
==install graphviz== | ==install graphviz== | ||
− | |||
<code>brew install graphviz</code> | <code>brew install graphviz</code> | ||
==install opencv== | ==install opencv== | ||
− | |||
− | |||
− | |||
<code>brew tap homebrew/science</code> | <code>brew tap homebrew/science</code> | ||
Line 21: | Line 19: | ||
<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> | ||
<br> | <br> | ||
<clippy show="true">brew install graphviz</clippy> | <clippy show="true">brew install graphviz</clippy> | ||
− | |||
− | |||
<br> | <br> | ||
<clippy show="true">brew tap homebrew/science</clippy> | <clippy show="true">brew tap homebrew/science</clippy> | ||
<br> | <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:20, 10 February 2017
Homebrew is a package manager that allows you to install software. To install Homebrew, follow these Terminal command line instructions:
Contents
install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
check homebrew
brew doctor
install graphviz
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