开发者

uninstall libfreenect which installed with cmake

开发者 https://www.devze.com 2023-03-14 02:53 出处:网络
I installed OpenKinect/libfreenect with cmake in OSX.开发者_Go百科 I wanna uninstall it.But, I dont know how to do it.

I installed OpenKinect/libfreenect with cmake in OSX.开发者_Go百科

I wanna uninstall it.But, I dont know how to do it.

Please teach me.


If your build directory contains cmake_uninstall.cmake file, you can run

cmake -P cmake_uninstall.cmake

If not, you can only use install_manifest.txt file to manually delete all files. Also check available make targets, maybe there is "uninstall" or "deinstall" target.

0

精彩评论

暂无评论...
验证码 换一张
取 消