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