android - how to uninstall MinGW and make cygwin 'make' as deafult make program with gcc 3.8.1 -
okay let me go straight thing :
q.1 ) how uninstall mingw?
i have installed software dont use software @ , need remove mingw in order use cygwin android devlopement.
i need answer in human terms mingw site has confused me lot
q.2 ) how set cygwin 'make' file deafult gcc 3.8.1 ?
note : on windows 7 64-bit
answer 1:
- if have used installer, uninstall through program manager
- remove mingw folder (eg.
c:/mingw
) - make sure there's no mingw path left in
path
environment variable
if haven't used installer, can skip 1., if have, should check 2. , 3. manually.
answer 2:
do use ide? if yes can specify make / gcc there. can set absolute path correct program too.
Comments
Post a Comment