1

我在 OSX 中使用 cmake 安装了 OpenKinect/libfreenect。

我想卸载它。但是,我不知道该怎么做。

请教我。

4

1 回答 1

0

如果你的构建目录包含 cmake_uninstall.cmake 文件,你可以运行

cmake -P cmake_uninstall.cmake

如果没有,则只能使用 install_manifest.txt 文件手动删除所有文件。还要检查可用的 make 目标,可能有“卸载”或“卸载”目标。

于 2011-06-20T07:59:35.660 回答