Configure CLion Toolchains on Windows
Overview
In this tutorial, we will learn to configure CLion toolchains on Windows. CLion toolchains include toolsets to build, execute and deploy the application.
CLion Toolchains
CLion toolchains include the
- Build tool
- C/C++ compilers
- Debugger
Configure CLion Toolchains
File >> Settings >> Build,Execution, Deployment >> Toolchains
Click on the + button to configure a new toolchain.
CLion supports many pre-defined setups like MinGW, Cygwin, Microsoft Visual C++, Docker, etc. CLion bundles the MinGW toolset.
—
CLion Tutorials
CLion Tutorials on this website can be found at:
https://www.testingdocs.com/clion-ide-tutorials/
For more information on CLion IDE, visit the official website: