cd cere-solver
mkdir build
cd build
cmake ..
sudo make
sudo make install

卸载通过以上方式源码安装的库

再次进入build
sudo make uninstall

05-11 17:13