Производитель: JetBrains
JetBrains CLion
CLion is a cross-platform IDE that provides consistent experience on the Windows, macOS, and Linux operating systems.
System requirements
Requirement |
Minimum |
Recommended |
---|---|---|
RAM |
2 GB of free RAM |
8 GB of total system RAM |
Disk space |
2.5 GB and another 1 GB for caches |
SSD drive with at least 5 GB of free space |
Monitor resolution |
1024x768 |
1920×1080 |
Operating system |
Officially released 64-bit versions of the following:
Pre-release versions are not supported. |
Latest 64-bit version of Windows, macOS, or Linux (for example, Debian, Ubuntu, or RHEL) |
You do not need to install Java to run CLion, because JetBrains Runtime is bundled with the IDE (based on JRE 11).
Toolchain requirements
Windows
MinGW/MinGW-w64 or Cygwin at least 2.8
In case of using MSVC compiler: Visual Studio 2013, 2015, or 2017
In case of using WSL: Windows 10 Fall Creators Update (least version 1709, build 16299.15)
In case of using custom CMake: version 2.8.11 or later
In case of using custom GDB: version 7.8.x-8.3.x or later
macOS
Xcode command line developer tools (to install, use the xcode-select --install
command)
In case of using custom CMake: version 2.8.11 or later
In case of using custom GDB: version 7.8.x-8.3.x or later
Linux
GCC/G++ or Clang
In case of using custom CMake: version 2.8.11 or later
In case of using custom GDB: version 7.8.x-8.3.x or later