On May 21, 2015, at 9:01 AM, hilary <hilary.law@xxxxxxxxx> wrote: > Hey I have installed X code. > Can someone kindly tell me how to install a C and C++ compiler to run into > the terminal? > <http://gcc.1065356.n5.nabble.com/file/n1151452/Screenshot_2015-05-21_22.png> > > > > -- > View this message in context: http://gcc.1065356.n5.nabble.com/to-install-c-and-c-compiler-on-OS-X-Yosemite-10-10-3-tp1151452.html > Sent from the gcc - Help mailing list archive at Nabble.com. > If you looking for a C/C++ compiler, you can install Xcode from the App Store. This will provide a C11 and C++14 compile toolchain. You can then invoke the compiler from the command line using “clang”. Hope this helps