How To Use Gcc In Windows
In this tutorial, we will learn how to install GCC in Windows 10, Mac, and Linux.
How to Install GCC on Windows
Nosotros will use an open-source Integrated Development environment named Lawmaking::Blocks which bundles a compiler (named gcc offered past Free Software Foundation GNU), editor and debugger in a neat package.
Step i) Download Binary release
Go to http://world wide web.codeblocks.org/downloads and click Binary Release.
Stride ii) Select the installer with GCC for Windows compiler
Cull the installer with GCC Compiler, e.g., codeblocks-17.12mingw-setup.exe which includes MinGW's GNU GCC compiler download and GNU GDB debugger with Code::Blocks source files.
Footstep three) Start installation
Run the downloaded installer and have the default options to install GCC Windows file.
Step 4) Accept the terms and conditions
Accept the Agreement
Step 5) Continue default component selection
Keep the component choice default and click Adjacent.
Stride 6) Locate the installation path
You may alter the installation folder and click Next.
Pace 7) Discover and double-click on the CodeBlocks icon
To launch Code::Blocks double click on the icon.
Step eight) Let it detect the compiler itself
Information technology volition detect the GCC compiler for Windows automatically, set information technology as default.
Associate C/C++ files with lawmaking::blocks
Step 9) Open the IDE and start using
Y'all will run into the IDE Dwelling screen.
Install GCC Linux
Linux operating systems mostly comes with GCC preinstalled. To verify if the compiler is installed on the machine, run the following control in the terminal:
gcc --version
After executing this command if the gcc is installed on the machine so it volition render the information about the compiler otherwise it volition ask you lot to install the compiler.
To fix the 'C' environment on Linux distributions follow the given steps:
1. Open terminal.
2. For red-hat, Fedora users, type and execute this command
# yum groupinstall 'Development Tools'
3. For Debian and Ubuntu users, blazon and execute following command
$ sudo apt-get update $ sudo apt-get install build-essential manpages-dev
4. To verify that the GCC has been successfully installed on the machine every bit we discussed earlier, execute the post-obit command
gcc --version
Install GCC on Mac
To set up a 'C' programming environment on MAC operating system, follow the given steps:
ane. Visit the given link https://developer.apple tree.com/downloads/index.action and download. You lot will demand an Apple developer ID
"Control Line Tools for Ten-Code," selection whatsoever version (latest version is always recommended) and download the .dmg file.
two. After the file is being downloaded on the machine, double click and follow the sorcerer and install the file. E'er keep the default settings as suggested by the installation wizard.
3. After the installation procedure, open up a terminal and run gcc -5 command to check if everything is successfully installed.
Conclusion:
'C' program tin can be written and executed on any machine that has a suitable surround to run the plan. Its recommended using an IDE or C compiler for Windows to run C programs. An IDE includes a compiler, editor and debugger. Clanfg, MinGW compiler (Minimalist GNU compiler collection for Windows), Portable 'C' compiler, Turbo C are pop compilers available.
Source: https://www.guru99.com/c-gcc-install.html
Posted by: mendenhallrearandeas.blogspot.com
0 Response to "How To Use Gcc In Windows"
Post a Comment