Nat
0
Q:

how to install c++ compiler without admin

/*
  1.Download cygwin from this site https://cygwin.com/install.html
  2. go in the comand prromt
  3. cd to the folder where setup-x86_64.exe  is
  4. type setup-x86_64.exe --no-admin
  5. now install these packages:
  	        gcc-g++
            make
            gdb
            
            
            
  6. now use any ide ( I use clion )    
  7.DONE!!  (:
    
  
*/

2

New to Communities?

Join the community