We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew update
1 parent 91cfd11 commit 9794473Copy full SHA for 9794473
setup.sh
@@ -11,7 +11,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Linux
11
sudo apt-get update --yes
12
sudo apt-get install cmake doxygen graphviz llvm g++ pkg-config m4 wget --yes
13
elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS
14
- brew update
+ brew update || true # allow failure
15
brew install cmake doxygen graphviz pkg-config wget coreutils # `coreutils` installs the `realpath` command
16
elif [[ "$OSTYPE" == "msys"* ]]; then # Windows
17
echo "Dependencies are not going to be installed automatically on Windows."
0 commit comments