You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Error: This script can only be run on macOS."
exit 1
fi
source lib/install_shared.sh
prepare_config
checkout_submodules
setup_python
build_containers
if [[ $activate_scenario_runner==true ]] ;then
print_message "Installing needed binaries for building ..."
if!command -v stdbuf &> /dev/null;then
print_message "Trying to install 'coreutils' via homebrew. If this fails (because you do not have brew or use another package manager), please install it manually ..."
brew install coreutils
fi
print_message "Building C libs"
make -C "lib/c"
build_binaries
print_message "Adding powermetrics and killall with path-lock to sudoers file"