mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
29 lines
996 B
ReStructuredText
29 lines
996 B
ReStructuredText
.. _clion:
|
||
|
||
CLion
|
||
#####
|
||
|
||
:link_to_translation:`en:[English]`
|
||
|
||
CLion是什么?
|
||
~~~~~~~~~~~~~
|
||
|
||
`CLion <https://www.jetbrains.com/clion/>`__ 是用于 C 和 C++ 编程的跨平台集成开发环境 (IDE)。CLion 还提供了专门支持 ESP-IDF 的功能,使开发人员能够无缝使用 ESP-IDF 框架。
|
||
|
||
安装
|
||
~~~~
|
||
|
||
安装 CLion,请参考 `CLion 安装指南 <https://www.jetbrains.com/help/clion/installation-guide.html>`__,可根据操作系统(Windows, macOS, or Linux)选择适用的版本。
|
||
|
||
配置
|
||
~~~~
|
||
|
||
要在 CLion 中配置一个 ESP-IDF 项目,请参考 `在 CLion 中配置 ESP CMake 项目 <https://www.jetbrains.com/help/clion/esp-idf.html#cmake-setup>`__。本指南将带您逐步完成配置项目的必要步骤。
|
||
|
||
资源
|
||
~~~~
|
||
|
||
有关 CLion 和 ESP-IDF 集成的更多信息,请参考以下资源:
|
||
|
||
- `CLion 文档 <https://www.jetbrains.com/help/clion/>`__: CLion 官方文档提供了有关 IDE 各方面内容的详细信息,包括 ESP-IDF 集成。
|