Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 OSX 中使用 cmake 安装了 OpenKinect/libfreenect。
我想卸载它。但是,我不知道该怎么做。
请教我。
如果你的构建目录包含 cmake_uninstall.cmake 文件,你可以运行
cmake -P cmake_uninstall.cmake
如果没有,则只能使用 install_manifest.txt 文件手动删除所有文件。还要检查可用的 make 目标,可能有“卸载”或“卸载”目标。