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.
2 parents bd576e7 + c6efa76 commit 237a56aCopy full SHA for 237a56a
setup.sh
@@ -9,7 +9,8 @@ CPUS=$(getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSORS_ONLN 2>/dev/
9
echo "Installing dependencies"
10
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
+ sudo apt-get install --yes cmake doxygen graphviz llvm g++ pkg-config m4 \
13
+ wget curl python3-distutils python3-dev
14
elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS
15
brew update || true # allow failure
16
brew install cmake doxygen graphviz pkg-config wget coreutils # `coreutils` installs the `realpath` command
0 commit comments