mingw no admin

Solutions on MaxInterview for mingw no admin by the best coders in the world

showing results for - "mingw no admin"
Emily
11 Jun 2019
1// just use cygwin because you can install it without admin
2
3// to do these follow the instructions
4
5/*
6  1.Download cygwin from this site https://cygwin.com/install.html
7  2. go in the comand prromt
8  3. cd to the folder where setup-x86_64.exe  is
9  4. type setup-x86_64.exe --no-admin
10  5. now install these packages:
11  	        gcc-g++
12            make
13            gdb
14            
15            
16            
17  6. now use any ide ( I use clion )    
18  7.DONE!!  (:
19    
20  
21*/
22
23
24
queries leading to this page
mingw no adminmingw no admin