- How to uninstall MinGW?
I have installed it for some software but now I don't use that software at all and so I need to remove the MinGW
in order to use Cygwin for android development.
我已经为一些软件安装了它,但现在我根本不使用那个软件,所以我需要移除MinGW才能使用Cygwin进行Android开发。
- How to set the Cygwin 'make' file as default with
GCC 3.8.1
?
I am on windows 7 64-bit
我使用的是64位Windows 7
更多回答
gcc does not use make, make uses gcc. If you ensure, that the Cygwin make
is found first in your PATH, this should be sufficient.
GCC不用做,做用GCC。如果您确保Cygwin Make在您的路径中第一个被找到,这应该就足够了。
优秀答案推荐
Answer 1:
答案1:
- if you have used an installer, uninstall it through program manager
- Remove your MinGW folder (eg.
C:/MinGW
)
- Make sure there's no MinGW path left in
PATH
environment variable
If you haven't used an installer, you can skip 1., but if you have, you should check 2. and 3. manually.
如果你还没有用过安装程序,你可以跳过%1.,但如果你有,你应该手动检查2.和3.。
Answer 2:
答案2:
Do you use an IDE? If yes you can specify your make / gcc there. You can set an absolute path to the correct program too.
您使用集成开发环境吗?如果是,你可以在那里注明你的品牌/GCC。您也可以设置指向正确程序的绝对路径。
We can't uninstall MinGW with program manager. Just delete the folder and the environment variable.
我们无法使用程序管理器卸载MinGW。只需删除文件夹和环境变量即可。
I have found an uninstall.exe for Windows-10 under C:/MinGW
which worked for me.
我在C:/MinGW下找到了一个适用于Windows-10的uninstall.exe,它对我很有效。
just erase folder
^^
and have some snacks
把文件夹擦干净,吃点零食
更多回答
Note, I used an installer (mingw-get-setup), but it did not appear in program manager. So, in addition to the steps you listed, I had to manually delete the shortcuts it installed.
注意,我使用了安装程序(mingw-get-setup),但它没有出现在程序管理器中。因此,除了您列出的步骤外,我还必须手动删除它安装的快捷方式。
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
您的答案可以通过其他支持信息来改进。请编辑以添加更多详细信息,如引用或文档,以便其他人可以确认您的答案是正确的。你可以在帮助中心找到更多关于如何写出好答案的信息。
我是一名优秀的程序员,十分优秀!