Setting Up Your Computer (Mac)
CLion
JetBrains - CLion is a development environment that will assist in your implementation of C programs.
Here are the installation instructions:
- Go to the student application page and sign up.
- Follow the instructions emailed to you.
- Choose the appropriate download for you computer platform (Linux/Mac/Windows) and download the file.
- Open the downloaded file.
Clion Quick Start Guide
Setting up GNU GCC for Mac: Using Homebrew
- Follow these steps to install Homebrew:
- Open a terminal window
(Finder -> Applications -> Utilities -> Terminal.app; here's a screenshot)
- At the prompt enter:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Now, to install GCC, enter at the prompt:
brew install gcc