Install Some Basic Tool
Compile and run C code on your personal computer based on your operating system.
We'll cover the following...
We'll cover the following...
No matter which operating system you are using (GNU/Linux, Mac, Windows), you will need at least two things:
- A way to edit source code files
- A C compiler (and debugger)
GNU/Linux
You have it easy! Most GNU/Linux distributions include a package manager that allows you to quickly and easily install software from centralized, up-to-date repositories.
Compiler
If you are using Ubuntu, just open up a terminal and type the following command to install the tools you need: