Check if the clang compiler is installed on your Mac using the following terminal command:
clang --version
If it is not installed, then install Xcode and run the following command to install the developer tools which include the clang compiler:
xcode-select --install
Gavin Wiggins © 2024.
Made on a Mac with Genja. Hosted on GitHub Pages.