On times I tried to write some code on C. But unfortunately found out that I don't have any
cc installed. The easiest way is to get them was simply install XCode from AppStore and I successfully did it.
Happy to continue, but wait, how should I compile? Still no any
cc command.
The problem is that with XCode command line tools are not included into the distribution. Good that we can download these tools manually from
Apple Developers Center section
Downloads.
Package provides
clang and
gcc compilers and even
gdb utility. More then enough for me.
No comments:
Post a Comment