Skip to content

Programming by Design

If you're not prepared to be wrong, you'll never come up with anything original. – Sir Ken Robinson

  • About
  • Java-PbD
  • C-PbD
  • ASM-PbD
  • Algorithms
  • Other

Installing JetBrains CLion and C compiler

Posted on June 16, 2022June 16, 2022 By William Jojo
Docs

(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.

Post navigation

❮ Previous Post: Installing JetBrains IntelliJ and Java JDK FX
Next Post: CISS-110 Project 1 – C ❯

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Copyright © 2018 – 2025 Programming by Design.