C Programming Boot Camp: [1.1A] Install GCC Compiler, VS Code, and Set Bash Shell on MacOS

Опубликовано: 01 Март 2026
на канале: Pulp Free Press
370
6

This video explains how to install a C compiler (gcc) on MacOS. The gcc compiler comes with Xcode Developer tools. If you type gcc at a terminal prompt, and gcc is not installed, you will be prompted to install the developer tools. Once installation completes, you can close and reopen the terminal, and type gcc. You will know it's working when you receive an error saying there were no input files to compile.