- 安装gcc、g++和make
bash
sudo apt update
sudo apt install build-essential
- 安装cmake
ubuntu安装cmake的三种方法(超方便!)-CSDN博客
- 安装ssh
bash
sudo apt-get install libssl-dev