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.
1 parent 9c66097 commit 7f3129aCopy full SHA for 7f3129a
setup.sh
@@ -9,7 +9,7 @@ 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 --yes cmake doxygen graphviz llvm g++ pkg-config m4 \
+ sudo apt-get install --yes cmake doxygen graphviz llvm clang pkg-config m4 \
13
wget curl python3-distutils python3-dev
14
elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS
15
brew update || true # allow failure
0 commit comments