Skip to content

Commit

Permalink
simplify homebrew dependencies installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored and nyalldawson committed Oct 23, 2020
1 parent 395718f commit 42fe8c3
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions INSTALL.md
Expand Up @@ -783,22 +783,7 @@ For example install Homebrew
and these development/build tools
```bash
brew install git
brew install cmake
brew install ninja
brew install pkg-config
brew install wget
brew install bash-completion
brew install curl
brew install gnu-sed
brew install coreutils
brew install ccache
brew install libtool
brew install astyle
brew install help2man
brew install autoconf
brew install automake
brew install pandoc
brew install git cmake ninja pkg-config wget bash-completion curl gnu-sed coreutils ccache libtool astyle help2man autoconf automake pandoc
```
if you have these tools installed from MacPorts or Conda, it is the same, but we will need to be able to
Expand Down

0 comments on commit 42fe8c3

Please sign in to comment.