How to uninstall OpenCV in mac

后端 未结 2 1455
无人共我
无人共我 2020-12-12 05:37

I installed OpenCV this way

#After downloading OpenCV-3.0, in the directory:
echo \"#define GTEST_USE_OWN_TR1_TUPLE 1\" | cat > temp1
cat modules/ts/incl         


        
2条回答
  •  醉话见心
    2020-12-12 05:44

    1. Go to the build directory and run sudo make uninstall

    2. Delete that line you added to ~/.bashrc

    3. Remove the opencv directory

提交回复
热议问题