当前位置:网站首页>Clion 安装以及中开发ROS实现自动提示补全
Clion 安装以及中开发ROS实现自动提示补全
2022-07-17 00:12:00 【bisheng95】
1.解压文件
2.将文件拷到/opt目录下
[email protected]:~$ sudo cp -r ~/Downloads/clion-2017.1.3 /opt/
3.开始安装
[email protected]:~$ echo "export PATH=/opt/clion-2017.1.3/bin:${PATH}" >>.bashrc
[email protected]:~$ cd /opt/clion-2017.1.3/bin
[email protected]:~$ sh clion.sh
4.选择服务器激活方式
输入:http://xidea.online 继续安装
5.如果要实现代码补全,必须在命令行中启动Clion!!!
[email protected]:~$ clion.sh
6.File->Import Project->选择/home/bisheng/catkin_ws/src
7.如果引入头文件后还无法补全的话,将CMakeList.txt先填写完毕
然后,右键.cpp文件 Reload Cmake Project
一般就可以自动补全了
(8)可选择. 制作Clion桌面启动器
[email protected]:~$ sudo gedit /usr/share/applications/Clion.desktop
输入以下内容:
[Desktop Entry]
Type=Application
Name=Clion
GenericName=Clion17
Comment=Clion:The C/C++ IDE
Exec=sh /opt/clion-2017.1.3/bin/clion.sh
Icon=/opt/clion-2017.1.3/bin/clion.png
Terminal=clion
Categories=Clion;
保存退出,搜索本地和在线资源->Clion->将Clion拖动到左侧栏目中
注:
Pycharm启动器:
[Desktop Entry]
Type=Application
Name=Pycharm
GenericName=Pycharm
Comment=Pycharm:The Python IDE
Exec=sh /opt/pycharm-community-2018.2/bin/pycharm.sh
Icon=/opt/pycharm-community-2018.2/bin/pycharm.png
Terminal=pycharm
Categories=Pycharm;
边栏推荐
- VIM 配置文件
- 性能强悍的图表组件库 ScottPlot
- MATLAB :Warning: the font “Times” is not available
- 关于1000BASE-T1 1000BASE-TX和100BASE-T1
- [literature reading] small footprint keyword spotting with multi scale temporary revolution
- YYDS!阿里技术官最新总结的分布式核心技术笔记已上线,堪称福音
- 搭建Spark on yarn环境
- [literature reading] isl: an integer set library for the polygonal model
- SAE j1708/j1587 protocol details
- Fairness in Semi-supervised Learning: Unlabeled Data Help to Reduce Discrimination
猜你喜欢

S32K148EVB 关于ENET Loopback实验

01 design of intelligent warehouse management system based on RFID

边缘检测方法 -- 一阶边缘检测
![[literature reading] mcunet: tiny deep learning on IOT devices](/img/67/21e5c6b7cf95073850be4c7c20520c.png)
[literature reading] mcunet: tiny deep learning on IOT devices

如何理解Volatile以及如何使用它

静态库与动态库
[go language] code coverage test (Gcov)

Can protocol communication

SAE J1708/J1587 协议详解

Hands on deep learning - deep learning computing
随机推荐
Détection de bord de deuxième ordre laplacien de guassian Gaussian laplacien Operator
Nacos配置管理
14:07:08 ckati failed with: signal: killed
06 design of smart electronic medicine box based on stm32
Fairness in Semi-supervised Learning: Unlabeled Data Help to Reduce Discrimination
Fairness in Semi-supervised Learning: Unlabeled Data Help to Reduce Discrimination
06基于STM32的智能电子药盒设计
01 design of intelligent warehouse management system based on RFID
芝诺悖论2 阿基里斯与乌龟
SABER 最强大的数模混合信号仿真软件
Compilation and link of C language program
Can protocol communication
Build map reduce development environment
02基于ZigBee的智能家居系统设计
[literature reading] vaqf: full automatic software hardware co design framework for low bit vision transformer
Analysis of IGBT direct short circuit process
Hands on deep learning - deep learning computing
Differences between saber PSPICE Simulink power supply simulation software
[MySQL] windows install MySQL 5.6
【pycharm】Cannot find reference ‘XXX‘ in ‘__ init__. Py 'solution