参考原子教程
1
,
更新工具:
sudo apt-get update
2
,
安装
GCC
:
sudo apt-get install gcc
3
,
安装
Cmake
:
sudo apt-get install cmake
4
,
安装
python3.10