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ターゲットを確認してください。「アンインストール」または「アンインストール」ターゲットがある可能性があります。