Friday, January 4, 2013

How can I install the gcc (c compiler) on my mac?

Q. I've tried a lot of things to do so without having to install Xcode and what not, but I am not able to. I was able to download it but am not able to install it. Is there another way to do this? (Perhaps other c compilers)

A. For GCC Try this: https://github.com/kennethreitz/osx-gcc-installer/blob/master/README.rst

You can also try codeblocks (c++ compiler): http://www.codeblocks.org/downloads/binaries

What is the best animation software for designing a game?
Q. I have a MacBook Pro at home that runs on OSX lion and I wanted to create a game on my computer using Xcode. I was wondering what the best software would be to do it. It could be 3d or 2d. Also if anyone knows and good tutorials on Xcode that would be great. Thanks.

A. Depends, 2D I recommend Adobe Flash.
3D I recommend UNity 3D, it's also free so thats a plus.

what can i use as a compiler on mac OSx?
Q. so im just starting out to teach myself c++ and i was wondering if anyone could suggest a compiler for OSX i could use. does OSX have one?
thanks.

A. There are two very popular C++ compilers and IDE (integrated development environment) for Mac OS 10.4 and higher.

1. Apple Xcode
http://developer.apple.com/technologies/xcode.html
Apple Xcode is an integrated development environment that includes a beautiful interface, visual tools for interface building and a debugging tool. It allows for development for Mac OS as well as iPhone OS.

2. Code Blocks
http://www.codeblocks.org/
This is a very popular integrated development environment that is available for Mac OS, Windows & Linux. It has multiple plug-in enhancements and has a nice clean interface.




Powered by Yahoo! Answers

No comments:

Post a Comment