我尝试在我的 Oneric 11.10 服务器上安装 yaml-cpp0.2.6(在 pandaboard / armel 架构上)。
所以我用:
$ hg clone http://code.google.com/p/yaml-cpp/ (which appers to be yaml-cpp0.5.0)
$ mkdir build
$ cd build
$ cmake -DBUILD_SHARED_LIBS=ON ..
$ make
$ sudo make install
一切都没有问题。但不幸的是,我需要它的 0.2.6 版本。因此我想卸载 0.3.0 版本:
$ sudo make uninstall
但这给了我失败
*** No rule to make target `uninstall'. Stop.'
还有其他方法可以卸载吗?或者修改它,我的系统不再需要/想要 yaml0.2.6?