(Updated June 16, 2022)
Overview
Setting up the development environment for creating C applications is easy. Two significant components are necessary: a compiler and an editor.
A compiler is provided with CLion for Windows, and the Mac edition requires you to install the XCode environment. Additional documentation is provided below.
The CLion IDE
The CLion IDE does not have a community edition, however, you can apply for a student license.
The CLion IDE is straightforward to install. You can download it from the link provided by JetBrains after you have completed the application. Be sure to check your email.
The C Compiler
Windows
On the Windows platform follow the instructions for configuring the MingGW toolchain. You do not need to install anything.
Mac
On the Mac platform, follow the instructions for installing the required tools followed by the instructions for configuring the toolchain.
Conclusion
Once you have installed CLion, you are ready to begin! Contact your instructor if you have any issues configuring CLion for your platform.