Компиляторы языка С
TDM-GCC (the compiler)
You should get something like this in your CMD
C:\>gcc
gcc: fatal error: no input files
compilation terminated.
Otherwise, you should add appropriate PATH manually.
MSys2
- msys2-x86_64-20160205.exe - MSys2 for 64-bit Windows
- Download and run the installer - "x86_64" for 64-bit, "i686" for 32-bit Windows
- Click "Next"
- Enter Installation Folder (ASCII, no accents, spaces nor symlinks, short path)
- Tick Run MSYS2 now
- Update the system packages with
update-core
- If needed, close MSYS2, run it again from Start menu. Update the rest with
pacman -Su
MinGW?
Среда разработки (IDE)
--
TatyanaDerbysheva - 19 Mar 2016