GNU GCC compiler (Standard)

Answered
Does CLion comes with updated standard GNU GCC compiler? Or we have to download and install it? And if we have to install it.... Then how to configure it?
0
1 comment

Hello!

CLion doesn't have bundled toolchains. Here are the toolchain requirements: https://www.jetbrains.com/help/clion/installation-guide.html#toolchain-reqs. You can configure a toolchain in File | Settings | Build,Execution, Deployment | Toolchains (https://www.jetbrains.com/help/clion/toolchains.html).

0

Please sign in to leave a comment.