Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 773 Bytes

2 - Compiler Setup (MacOS).md

File metadata and controls

30 lines (17 loc) · 773 Bytes

Compiler Setup MacOS

Click here for more detailed instructions.

Installing Compiler

The following instructions will install a C and C++ compiler.

  • Open a terminal and run the following command:

    xcode-select --install
    
  • Click "Install" to proceed with the installation

    img.png

Verify Compiler Install

CLion should automatically detect the installed compiler.

  • Navigate to "Preferences" → "Build, Execution, Deployment" → "Toolchains"

  • If the compiler is installed correctly, you should see something similar to the following:

img_2.png