在Debian上安装最新C++库,通常有以下两种方法:
sudo apt update
sudo apt install libboost-all-dev
cmake ..
make
sudo make install