@Xiphiar posted in Trouble installing make.
23 Apr 2023, 16:08
@Xiphiar posted in Trouble installing make
Sounds like there is a step missing, brew is a third party package manager, you can install it by running the install command on their website:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Afterwards you should be able to run brew commands.