/
Install X-Code

Install X-Code

If you have a OS X - i.e. an Apple computer and want to try out compiling C programs then you will need to install X-Code on it.

How do you do that?

xcode-select --install

Should do the trick. If the tools are installed already it will throw up an error telling you the tools are installed already.

Related content

GNU make Installation
GNU make Installation
More like this
C++ compiler Installation
C++ compiler Installation
More like this
Git Installation
Git Installation
More like this
Making a Single File C/C++ Sandbox
Making a Single File C/C++ Sandbox
More like this
Tools to install for Macos Build
Tools to install for Macos Build
More like this
Putting it all together in an application
Putting it all together in an application
More like this